//For the current Oracle ODBC Driver from Microsoft:
strConnect = _T("Driver={Microsoft ODBC for Oracle};Server=OracleServer.world;"
"Uid=MyUsername;Pwd=MyPassword;");
//For the older Oracle ODBC Driver from Microsoft:
strConnect = _T("Driver={Microsoft ODBC Driver for Oracle};ConnectString=OracleServer.world;"
"Uid=myUsername;Pwd=myPassword;");