; ODBC-----------------------------------------------------------------------------------------------------------------------------------------ODBC_INFO "Account", 0, 0, "DSN=Account; UID=sa; PWD=YOURPASSWORD", "USE Account; SET LOCK_TIMEOUT 5000" ; world
ODBC_INFO "AccountLog", 1, 0, "DSN=AccountLog; UID=sa; PWD=YOURPASSWORD", "USE AccountLog; SET LOCK_TIMEOUT 5000" ; world
ODBC_INFO "Statistics", 2, 0, "DSN=Statistics; UID=sa; PWD=YOURPASSWORD", "USE StatisticsData; SET LOCK_TIMEOUT 5000" ; acccount db
ODBC_INFO "OPTool", 3, 0, "DSN=OPTool; UID=sa; PWD=YOURPASSWORD", "USE OperatorTool; SET LOCK_TIMEOUT 5000" ; account db
; for first world
ODBC_INFO "w00_Character", 10, 0, "DSN=w00_Character; UID=sa; PWD=YOURPASSWORD", "USE w00_Character; SET LOCK_TIMEOUT 5000" ; world
ODBC_INFO "w00_GameLog", 11, 0, "DSN=w00_GameLog; UID=sa; PWD=YOURPASSWORD", "USE w00_GameLog; SET LOCK_TIMEOUT 5000" ; world