Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to establish a trusted connexion to SQLServer with ADO ?
Message
From
04/05/1998 09:02:48
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
How to establish a trusted connexion to SQLServer with ADO ?
Miscellaneous
Thread ID:
00096683
Message ID:
00096683
Views:
52
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
Next
Reply
Map
View

Click here to load this message in the networking platform