asapltda Posted July 4, 2012 Posted July 4, 2012 The following code generates error when running Database1.StartTransaction; try INWHSREUBICA2.ExecProc; Database1.commit; except Database1.Rollback ; end; Error: Can not execute the operation to a closed database The process runs the StartTransaction if not, what should be the right way Thank you for your attention Quote
dieger Posted July 4, 2012 Posted July 4, 2012 The following code generates error when running Database1.StartTransaction; try INWHSREUBICA2.ExecProc; Database1.commit; except Database1.Rollback ; end; Error: Can not execute the operation to a closed database The process runs the StartTransaction if not, what should be the right way Thank you for your attention Where is your Database component? Same form, another data module? Quote
asapltda Posted July 6, 2012 Author Posted July 6, 2012 Where is your Database component? Same form, another data module? Gracias, the database component is in datamodule, I found that the database component requires keepconecction = true 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.