Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to establish a trusted connexion to SQLServer with ADO ?
Message
De
04/05/1998 09:02:48
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
How to establish a trusted connexion to SQLServer with ADO ?
Divers
Thread ID:
00096683
Message ID:
00096683
Vues:
56
Does somebody know how to establish a trusted connexion to a SQL server provider using ADO :

...
Set DBCnx = New ADODB.Connection
DBCnx.ConnectionString = _
"driver={SQL Server};server=MYSVR;uid=x;pwd=x;database=DbName"
DBCnx.ConnectionTimeout = 30
DBCnx.Open
...

Thanks a lot
Regards
Fred
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform