Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLCONNECT AND SQLEXEC Commands
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00707301
Message ID:
00707345
Views:
34
This message has been marked as the solution to the initial question of the thread.
>I was just reading how in vfp8 you can no longer refer to the Connection handle directly. Is that going to break my exisiting code? Right now I use the sqlstringconnect to get a connection handle, and then I use the sqlexec(lnConnHandle,lcCmd) to perform operations against the sql database.
>
>Thanks
>Kirk

Nope, it is fully backward compatible. The only difference is, you could have different statement handles pointing to the same connection. So, if you every do anything in your code to compare that two connections are using the same handle, you may have problems.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform