Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My Connection with ODBC is busy
Message
From
05/11/2001 03:59:06
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
05/11/2001 03:44:01
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00577300
Message ID:
00577302
Views:
18
Hi Petros,
This can Happen when you have a shared connection, various views sharing the same connection with fetch as needed. you can do de following:
IF SQLGETPROP(nhandle, 'ConnectBusy')
SQLCANCEL(nhandle)
ENDIF
Now You can do the REQUERY(), note that this will cancel the fetchasneeded that you had on the other view.

>Hi all,
>
>I have a Remote view (ODBC Connection) calling an ACCESS table and I am doing a SCAN on it in order to delete some records (based on a condition) and I am getting the error message :
>
>" Connection MY_CONNECTION is busy "
>
>I tried to requery() the view or to put wait window before the DELETE command but I have the same problem.
>
>Please help me
>Thanks in advance
>Peter
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform