Home
last modified time | relevance | path

Searched refs:nSQLRETURN (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx101 SQLRETURN nSQLRETURN = 0; in OpenConnection() local
117 nSQLRETURN = N3SQLDriverConnect(m_aConnectionHandle, in OpenConnection()
125 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA || SQL_SUCCESS_WITH_INFO == nSQLRETURN) in OpenConnection()
126 return nSQLRETURN; in OpenConnection()
130 nSQLRETURN = N3SQLDriverConnect(m_aConnectionHandle, in OpenConnection()
138 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in OpenConnection()
139 return nSQLRETURN; in OpenConnection()
171 return nSQLRETURN; in OpenConnection()
268 SQLRETURN nSQLRETURN = OpenConnection(aDSN,nTimeout, bSilent); in Construct() local
269 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in Construct()
[all …]
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx113 SQLRETURN nSQLRETURN = openConnectionWithAuth(aDSN,nTimeout, aUID,aPWD); in Construct() local
115 return nSQLRETURN; in Construct()
123 SQLRETURN nSQLRETURN = 0; in openConnectionWithAuth() local
144 nSQLRETURN = N3SQLConnect(m_aConnectionHandle, in openConnectionWithAuth()
151 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in openConnectionWithAuth()
152 return nSQLRETURN; in openConnectionWithAuth()
160 return nSQLRETURN; in openConnectionWithAuth()
H A DBDriver.cxx365 SQLRETURN nSQLRETURN = pCon->Construct(url,info); in connect() local
367 if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) in connect()
369 odbc::OTools::ThrowException(pCon,nSQLRETURN,pCon->getConnection(),SQL_HANDLE_DBC,*this); in connect()

Completed in 16 milliseconds