Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shared Connections...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00436772
Message ID:
00436981
Vues:
23
Bob,
I have a SQL-Server app that's doing this. The trick is to open the connection early in the application (I use a one-field, one-record table for speed) and store the connection handle as an application property. Then every other table can use the same handle. Works like a dream, although you DO have to check that the handle is still valid, etc. Closing the last shared table closes the connection, although my closing code does check this.

HTH
Barbara

>Hi All,
>
>Is there any way to create a connection with SQLConnect() that will then be used by future opened views that are set to share a connection?
>
>I can open view after view, that will all share the same connection... but, I need to create the connection so I can run the sp_setapprole sp, and then have the views use that connection.
>
>If anyone knows how to do this, or has another way, let me know!!!
>
>BOb
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform