• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

who can share one ODBC setting

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
windows 2003 X64
how to set the ODBC
like this:
indows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\ODBC]

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI]

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\BillCruxRF]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="BillCruxRF"
"LastUser"="BillCruxRF"
"Trusted_Connection"="Yes"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC]
"TraceFile"="C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\1\\SQL.LOG"
"TraceDll"="C:\\Windows\\system32\\odbctrac.dll"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC Data Sources]
"RF_User"="SQL Server"
"BillCruxRF"="SQL Server"
"RF_WORLD_NOVUS"="SQL Server"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\RF_User]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="RF_User"
"LastUser"="rfaccountuser"
"Trusted_Connection"="Yes"
"Description"="RF_User"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\RF_WORLD_NOVUS]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="RF_WORLD_NOVUS"
"LastUser"="rfaccountuser"
"Trusted_Connection"="Yes"
"Description"="RF_WORLD_NOVUS"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\RF_WORLD]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="RF_WORLD"
"LastUser"="rfaccountuser"
"Trusted_Connection"="Yes"
"Description"="RF_WORLD_NOVUS"

this is other one setting!
 
Upvote 0
Newbie Spellweaver
Joined
Jan 16, 2012
Messages
29
Reaction score
0
windows 2003 X64
how to set the ODBC
like this:
indows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\ODBC]

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI]

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\BillCruxRF]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="BillCruxRF"
"LastUser"="BillCruxRF"
"Trusted_Connection"="Yes"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC]
"TraceFile"="C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\1\\SQL.LOG"
"TraceDll"="C:\\Windows\\system32\\odbctrac.dll"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC Data Sources]
"RF_User"="SQL Server"
"BillCruxRF"="SQL Server"
"RF_WORLD_NOVUS"="SQL Server"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\RF_User]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="RF_User"
"LastUser"="rfaccountuser"
"Trusted_Connection"="Yes"
"Description"="RF_User"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\RF_WORLD_NOVUS]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="RF_WORLD_NOVUS"
"LastUser"="rfaccountuser"
"Trusted_Connection"="Yes"
"Description"="RF_WORLD_NOVUS"

[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\RF_WORLD]
"Driver"="C:\\Windows\\system32\\SQLSRV32.dll"
"Server"="VZIDC-12"
"Database"="RF_WORLD"
"LastUser"="rfaccountuser"
"Trusted_Connection"="Yes"
"Description"="RF_WORLD_NOVUS"

this is other one setting!

For my db i changed those like [HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\RF_WORLD] to [HKEY_CURRENT_USER\Software\Wow6432Node\ODBC\ODBC.INI\RF_WORLD]

add that to all the entrys and execute them
 
Upvote 0
Joined
Apr 28, 2005
Messages
6,953
Reaction score
2,420
Add to both the system and user DSN tabs. Set them to connect via 127.0.0.1,1433 (you need to set mssql to bind on port 1433) and log in with windows authentication.

216:
BillCruxRF
RF_User
RF_World
223/2232:
BILLING
RF_User
RF_World
 
Upvote 0
Status
Not open for further replies.
Back
Top