mmurgas Posted January 11, 2013 Posted January 11, 2013 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 Quote
mmurgas Posted January 14, 2013 Author Posted January 14, 2013 I answer myself, table cachedUpdate:=false delete ApplyUpdates(UniMainModule.tablaTest); OK Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.