Jump to content

Connection is busy with results for another command.


uniguibbs

Recommended Posts

i  put a Tconnection  on UniMainModule ,

 

all the other TDataSet   link  to the Tconnection.

 

when i save  a TDataSet to database, 

 

a exception raise  : "Connection is busy with results for another command."

 

what's going on?

 

 

 

 

 

 

Link to comment
Share on other sites

If You use ADO to stablish the connection there are Asynconous update mode avaliable you cant use it as a workarround of a Timer.

 

Or just simply use ADO, work very well with SQLServer.

 

But still mandatory to not use DataAware framework to update data, only to show data on a grid. This is bassed on my experience of use Delphi with SQLServer.

 

Best Regards

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...