![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Tue, Oct 2 2018 10:22 PM | Permanent Link |
Mario Enríquez Open Consult | Hi folks,
I'm attempting to use a TDataset to hold some temporary values and have it shown in a TGrid. I've define the Dataset structure at design time and then use the following code to fill it with data: dstClasificaciones.Close; dstClasificaciones.Open; for i := 0 to TotalClasificaciones -1 do begin cl := TmdsClasificacion(glbClasificaciones.Items[i]); dstClasificaciones.Insert(True); dstClasificaciones.Columns['id_clasificacion'].AsString := cl.id_clasificacion; dstClasificaciones.Columns['clasificacion'].AsString := cl.clasificacion; dstClasificaciones.Save; end; The procedure is completed and the data get loaded, but I get an Application Error "Uncaught Error: Database commit response error", as it is trying to access and underlaying resource at the webserver that it not there. (http://localhost:80/databases?method=commit&;database=Default") I tried looking at the obvious places (to me..) on how to disable it and have it run without errors. Any idea on what I'm might be missing? Regards, Mario |
Tue, Oct 2 2018 10:23 PM | Permanent Link |
Mario Enríquez Open Consult | I'm sorry for the double post..
![]() |
This web page was last updated on Sunday, March 26, 2023 at 04:50 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |