reg file for dsn

qwertyjjj

Registered User.
Local time
Today, 15:34
Joined
Aug 8, 2006
Messages
262
I use a reg file to set up odbc dsn.
Is there anyway to change this to NT auth as it seems to default to SQL server authentication:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\CCApp]
"Driver"="C:\\WINDOWS\\system32\\sqlsrv32.dll"
"Description"="Name"
"Server"="1.1.1.1"
"Database"="DBName"
"LastUser"=""

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC Data Sources]
"DBName"="SQL Server"
 

Users who are viewing this thread

Back
Top Bottom