Jump to content

StarTransaction generates Error


asapltda

Recommended Posts

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...