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.cxx202 SQLHANDLE hEnvironment; member
203 OdbcTypesImpl() : hEnvironment(0) { } in OdbcTypesImpl()
266 if (m_pImpl->hEnvironment) in allocEnv()
269 SQLRETURN nResult = NSQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &m_pImpl->hEnvironment); in allocEnv()
274 …NSQLSetEnvAttr(m_pImpl->hEnvironment, SQL_ATTR_ODBC_VERSION, (SQLPOINTER)SQL_OV_ODBC3, SQL_IS_INTE… in allocEnv()
285 if (m_pImpl->hEnvironment) in freeEnv()
286 NSQLFreeHandle(SQL_HANDLE_ENV, m_pImpl->hEnvironment); in freeEnv()
287 m_pImpl->hEnvironment = 0; in freeEnv()
313 …for ( nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_FIRST, szDSN, sizeof(szDSN), &p… in getDatasourceNames()
315 …nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_NEXT, szDSN, sizeof(szDSN), &pcbDSN, sz… in getDatasourceNames()