Beispiel #1
0
 static internal Exception CantAllocateEnvironmentHandle(ODBC32.RETCODE retcode)
 {
     return(DataProvider(Res.GetString(GetCultureInfo(), Res.Odbc_CantAllocateEnvironmentHandle, retcode.ToString())));
 }
Beispiel #2
0
 static internal Exception CantEnableConnectionpooling(ODBC32.RETCODE retcode)
 {
     return(DataProvider(Res.GetString(GetCultureInfo(), Res.Odbc_CantEnableConnectionpooling, retcode.ToString())));
 }