L
Lee Schipper
After migrating an existing app from VB6 to VB .Net, SQL operations on ADO
started giving this error periodically:
Connection is busy with results for another command
I am still using the ADODB library -- I did not migrate to ADO.Net
Looking at the SQL Server enterprise manager, I see that the .NET version
opens 4 database connections, while the VB6 version only opens one (both
programs were tested on the same computer with the same databases.)
Anyone have insights on why ADODB would launch multiple connections which
then collide with one another?
Thanks,
Lee
started giving this error periodically:
Connection is busy with results for another command
I am still using the ADODB library -- I did not migrate to ADO.Net
Looking at the SQL Server enterprise manager, I see that the .NET version
opens 4 database connections, while the VB6 version only opens one (both
programs were tested on the same computer with the same databases.)
Anyone have insights on why ADODB would launch multiple connections which
then collide with one another?
Thanks,
Lee