Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieving the active sql handle
Message
From
10/09/2004 11:27:59
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00941059
Message ID:
00941067
Views:
11
Hi Hans.

>is there a command or function that can tell me the active sql handle ??

Typically, I store the handle into the property of a global object after opeing the SQL connection. Then, I simply use the value in that property.

You can also use CURSORGETPROP('ConnectHandle') to get the connection handle for an open remote view.

Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform