I IanT Registered User. Local time Today, 00:59 Joined Nov 30, 2001 Messages 191 Apr 14, 2005 #1 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!
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!
W WayneRyan AWF VIP Local time Today, 00:59 Joined Nov 19, 2002 Messages 7,122 Apr 15, 2005 #2 Ian, If your connection string has: Trusted_Connection=Yes; you should be OK. Wayne