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