Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx196 SQLHANDLE hEnvironment; member
197 OdbcTypesImpl() : hEnvironment(0) { } in OdbcTypesImpl()
256 if (m_pImpl->hEnvironment) in allocEnv()
259 SQLRETURN nResult = NSQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &m_pImpl->hEnvironment); in allocEnv()
264 …NSQLSetEnvAttr(m_pImpl->hEnvironment, SQL_ATTR_ODBC_VERSION, (SQLPOINTER)SQL_OV_ODBC3, SQL_IS_INTE… in allocEnv()
275 if (m_pImpl->hEnvironment) in freeEnv()
276 NSQLFreeHandle(SQL_HANDLE_ENV, m_pImpl->hEnvironment); in freeEnv()
277 m_pImpl->hEnvironment = 0; in freeEnv()
303 …for ( nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_FIRST, szDSN, sizeof(szDSN), &pcb… in getDatasourceNames()
305 …nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_NEXT, szDSN, sizeof(szDSN), &pcbDSN, sz… in getDatasourceNames()

Completed in 9 milliseconds