Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to fix connection is busy error
Message
From
17/01/2005 03:19:55
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
 
 
To
16/01/2005 11:50:35
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00977596
Message ID:
00977669
Views:
28
Dear Andrus

I check the connection is not busy, if yes, loop around, if no continue like this...
SELECT TableA
	nConnectionHandle=CURSORGETPROP('ConnectHandle')
	DO WHILE SQLGETPROP(nConnectionHandle, "ConnectBusy") = .T.
		WAIT "Waiting" TIMEOUT 1
	ENDDO
Best regards,

Aaron Chu

********************************************************

Working with Visual FoxPro is a lot of FUN!

********************************************************
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform