Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote connection is busy. But I have my connections sha
Message
De
12/01/2000 01:00:56
 
 
À
11/01/2000 22:16:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00316636
Message ID:
00316731
Vues:
21
>Hi all.
>
>I have a VFP 6 SP3 app running with a SQL 7 Backend. I m using shared connections but want I want to retrieve a small recordset -280 records- I get the -Connection is busy- error. I have set the rows to retrieve to 100. When I set it to 300 the problem is gone but I'd like to be able to download the data in the 100 records rate because I have a slow connection to the server. Any idea?
>
>
>TIA

You can check first if the connection is busy the execute the new command

nconnectionhandle=CURSORGETPROP('connecthandle')
DO WHILE SQLGETPROP(nconnectionhandle,"ConnectBusy")
Upload.progress.value = "Connection is busy..."
Upload.progress.refresh
ENDDO

Regards

Xavier
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform