Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My ever expandind exe
Message
From
20/09/2001 12:02:56
 
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00558779
Message ID:
00558796
Views:
23
>Tell me more about how you are establishing the connection. I fyou are using SQL Connect, then you need to release the connection handle after you are finished with it.

Hi James,

THIS.nSatHandle = SQLCONNECT(THIS.cOdbcName)

* Do stuff

IF THIS.nSatHandle > 0
* Disconnect from the server
sqldisconnect(THIS.nSatHandle)
THIS.nSatHandle = 0
ENDIF

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform