Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connections
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00139958
Message ID:
00140059
Views:
24
>I work with remote views. Does anyone know if there is a way to modify a connection with code so I could switch the source of the connection interactively in the program?
>Thank you,
>Eduardo

Use the SQLConnect() function to create the connection. It will return a handle number greater than zero if successful. You can create multiple connections doing this. Then use SQLExec() with the desired handle.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform