Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote connection is busy. But I have my connections sha
Message
From
12/01/2000 01:00:56
 
 
To
11/01/2000 22:16:51
Victor Chigne
Inteliventas
Peru
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00316636
Message ID:
00316731
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform