trusted SQL SERVER connection

IanT

Registered User.
Local time
Today, 00:59
Joined
Nov 30, 2001
Messages
191
Hi

I am using code to create and relink to ODBC tables. Is there a way to set the 'use trusted connection' to yes by using code, as I have to manualy select 'Yes' each time the code is run!
 
Ian,

If your connection string has:

Trusted_Connection=Yes;

you should be OK.

Wayne
 

Users who are viewing this thread

Back
Top Bottom