Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection is busy error
Message
From
01/03/2004 07:36:08
 
 
To
01/03/2004 06:11:15
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00881990
Message ID:
00881998
Views:
27
You use a async connection ?

your cycle saturates the cpu.

Use, and move the mouse:
DO WHILE SQLGETPROP(lnSql,"ConnectBusy")
  DOEVENTS
ENDDO
or
DO WHILE SQLGETPROP(lnSql,"ConnectBusy")
  wait windows "Wait download" TIMEOUT 0.1
ENDDO
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform