Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View & connection
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00145382
Message ID:
00145619
Views:
24
>Hi to all,
>
>I've created my views on the connection myConnection, with a command like this:
>
>CREATE SQL VIEW myView REMOTE CONNECTION myConnection SHARE AS ....
>
>If in the command window I do:
>
>myConnHandle = SQLCONNECT('myConnection')
>
>USE myView
>
>I think that view open another connection, and don't use the first connection.
>
>Can you say me something about this ?

Hi,

When you create a remote view using CONNECTION of DBC, You don't have to pass/get connection handle to this Remote View while opening it using USE command. Whenever you do USE MyView, It internally connects to remote database using the connection which the Remote View is based on.

Bye
Jayesh
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform