Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My Connection with ODBC is busy
Message
De
05/11/2001 03:59:06
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
À
05/11/2001 03:44:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00577300
Message ID:
00577302
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform