MDatabase cannot connect.

Results 1 to 2 of 2
  1. #1
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    MDatabase cannot connect.

    Idk what happend, haven't fucked in the source lol.
    I open my matchserver, it open be to connect to odbcad32 and in log
    PHP Code:
    MDatabase::Connect ‏‏?? ???? ??????? ?? ???? ??? ???? ???? ???? ?????? ????? ????

    MDatabase::CheckOpen Reconnect database 
    Cannot connect to server.. i tryed to reexcute gunzdb, same error. Locator doesn't got this problem, it works fine.


  2. #2
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: MDatabase cannot connect.

    Code:
    BOOL bRet = FALSE;
    	if (strDSNConnect.IsEmpty()) {
    		try {
    			bRet = m_DB.Open(NULL);
    		} catch(CDBException* e) {
    			char szLog[ 256 ] = {0,};
    			_snprintf( szLog, 255, "MDatabase::Connect - %s\n", e->m_strError );
    			WriteLog( szLog );
    		}
    	}
    Check server.ini
    DNS, UID, PWD



Advertisement