Jump to content

Insert / Update database


mmurgas

Recommended Posts

Friends, my problem is pretty basic, I can insert in VCL me in a simple (append/post/ApplyUpdates), but not WEB.

example:

UniMainModule.tablaTest.Append;

UniMainModule.tablaTestCod.Value:=123;

UniMainModule.tablaTestEms.Value:='asasas';

UniMainModule.tablaTestSubg.Value:='other';

UniMainModule.tablaTest.Post;

UniMainModule.BaseCampamentos.ApplyUpdates(UniMainModule.tablaTest);

 

also

active:=true;

cachedUpdate:=true

 

I get database Closed

 

I'm trying to insert / edit data on dbgrid in web version,

 

Thanks in advance

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...