Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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,949
Reaction score
2,426
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