Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx198 SQLHANDLE hEnvironment; member
199 OdbcTypesImpl() : hEnvironment(0) { } in OdbcTypesImpl()
262 if (m_pImpl->hEnvironment) in allocEnv()
265 SQLRETURN nResult = NSQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &m_pImpl->hEnvironment); in allocEnv()
270 …NSQLSetEnvAttr(m_pImpl->hEnvironment, SQL_ATTR_ODBC_VERSION, (SQLPOINTER)SQL_OV_ODBC3, SQL_IS_INTE… in allocEnv()
281 if (m_pImpl->hEnvironment) in freeEnv()
282 NSQLFreeHandle(SQL_HANDLE_ENV, m_pImpl->hEnvironment); in freeEnv()
283 m_pImpl->hEnvironment = 0; in freeEnv()
309 …for ( nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_FIRST, szDSN, sizeof(szDSN), &p… in getDatasourceNames()
311 …nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_NEXT, szDSN, sizeof(szDSN), &pcbDSN, sz… in getDatasourceNames()