Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connections to SQL Server
Message
From
09/03/2010 02:37:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Connections to SQL Server
Miscellaneous
Thread ID:
01453365
Message ID:
01453365
Views:
159
Hi

I use the following code to create a connection to my SQL Server:

lnConnectionID = SQLConnect('MyConnectionName', 'MyUserName', 'MyPassword')
lnReturnCode = SQLExec(lnConnectionID, 'exec Candidate_Insert_Blank ?1000000001, ?@lnCandidateID', '')
=SQLDisconnect(lnConnectionID)

This code works fine, however, is there any way of being able to explicitly close ALL SQL connections that my current VFP session has open. It's belt and braces more than anything else, i.e. keep resources to a minimum.

Regards
Next
Reply
Map
View

Click here to load this message in the networking platform