all groups > sql server odbc > january 2006 >
You're in the

sql server odbc

group:

Creating a windows Authentication DSN


Re: Creating a windows Authentication DSN Sue Hoegemeier
1/23/2006 9:03:15 AM
sql server odbc:
You need to add the keyword/value of Trusted_Connection=Yes
so you could try modifying the SQLConfigDataSource code by
including:
"Trusted_Connection=Yes" & Chr(0)
You can find the ODBC API reference for SQLConfigDataSource
at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_odbc_c_99yd.asp

-Sue

[quoted text, click to view]
Creating a windows Authentication DSN Chris
1/23/2006 11:24:02 AM
Can this code be changed to use the windows Authentication instead of the
SQL Server login?

http://www.mvps.org/access/tables/tbl0014.htm

AddThis Social Bookmark Button