Home
last modified time | relevance | path

Searched refs:SQL_ERROR (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx125 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA || SQL_SUCCESS_WITH_INFO == nSQLRETURN) in OpenConnection()
138 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in OpenConnection()
269 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in Construct()
H A DOTools.cxx428 case SQL_ERROR: break; in ThrowException()
458 …SUCCESS || n == SQL_SUCCESS_WITH_INFO || n == SQL_NO_DATA_FOUND || n == SQL_ERROR,"SdbODBC3_SetSta… in ThrowException()
H A DOResultSet.cxx1185 if ( SQL_INVALID_HANDLE != nReturn && SQL_ERROR != nReturn ) in moveToBookmark()
/aoo41x/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx151 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in openConnectionWithAuth()
H A DBDriver.cxx367 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in connect()
/aoo41x/main/unixODBC/inc/
H A Dsql.h119 #define SQL_ERROR (-1) macro

Completed in 31 milliseconds