Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Connection State
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01063094
Message ID:
01063099
Views:
9
What do you mean? Let us, say, you have:
store SQLSTRINGCONNECT(;
	'Driver={SQL Server};'+;
	'SERVER=.......);
	TO gnConnHandle

* your code goes here

?SQLGETPROP(gnConnHandle,"ConnectBusy")  && will give you .T. or .F., or the message "connection handle is invalid" if it is 0 or already disconnected.
>How do you check the state of a SQL connection?
Previous
Reply
Map
View

Click here to load this message in the networking platform