Feb 15, 2001 #1 JMTS Programmer Joined Oct 31, 2000 Messages 26 Location US Does anyone know how to set up ADO using a trusted connection?
Feb 16, 2001 #2 MarkSweetland MIS Joined Aug 30, 2000 Messages 1,177 Location US Just add "Trusted_Connection=yes" to your ConnectionString Code: '(SQL Server) ConnectionString = "Provider=SQLOLEDB;server=MySrv;initial catalog=MyDB;Trusted_Connection=yes" Mark Upvote 0 Downvote
Just add "Trusted_Connection=yes" to your ConnectionString Code: '(SQL Server) ConnectionString = "Provider=SQLOLEDB;server=MySrv;initial catalog=MyDB;Trusted_Connection=yes" Mark
Feb 20, 2001 Thread starter #3 JMTS Programmer Joined Oct 31, 2000 Messages 26 Location US Thanks! Do you know of any good documentation on the different parameters that can be used in a connection string? Upvote 0 Downvote
Thanks! Do you know of any good documentation on the different parameters that can be used in a connection string?
Feb 20, 2001 #4 Antzz Programmer Joined Jan 17, 2001 Messages 298 Location US The VB6 help should be good. You will get it from the VB6 IDE. Upvote 0 Downvote