Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Remote View
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00498740
Message ID:
00498742
Vues:
13
This message has been marked as the solution to the initial question of the thread.
>Anybody know, what is the connection string to use for SQL server using integrated security? Thanks
>John

Instead of specifying a UID=someID;PWD=somepwd substitute TrustedConnection=Yes instead.

Ex.
lnconn = sqlstringconnect("Driver = {SQL Server};Server=MyServer;Database=MyDatabase;TrustedConnection=Yes")

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform