Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sharing connection
Message
From
23/05/2003 11:55:12
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00792226
Message ID:
00792274
Views:
28
>Hi,
>
>I have an application built exclusive with sql passthru no database container. I have to add an application that uses remote views which of course uses a connection that is stored on the database container.
>
>When I start my application I read the connection string from an .ini file and use it to create a connection on the fly. I would like to somehow make the remote views for this application that I have to add, use my connection.
>
>Any ideas?
>
>thanks.

You are better off creating a permenant connection in the DBC (which I assume is there already since you can't create remote views without one.) Just change the connstring of the existing connection, rather than creating a new one. Also, make sure all the remote views are set to SHARE connection and turn off progressive fetching.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform