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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...