Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx58 m_pAdoConnection(NULL), in OConnection()
87 m_pAdoConnection = new WpADOConnection( pCon ); in OConnection()
133 if(m_pAdoConnection) in construct()
135 if(m_pAdoConnection->Open(aDSN,aUID,aPWD,adConnectUnspecified)) in construct()
136 m_pAdoConnection->PutCommandTimeout(nTimeout); in construct()
138 ADOS::ThrowException(*m_pAdoConnection,*this); in construct()
139 if(m_pAdoConnection->get_State() != adStateOpen) in construct()
142 WpADOProperties aProps = m_pAdoConnection->get_Properties(); in construct()
212 WpADOProperties aProps = m_pAdoConnection->get_Properties(); in nativeSQL()
218 aCommand.put_ActiveConnection((IDispatch*)*m_pAdoConnection); in nativeSQL()
[all …]
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx70 WpADOConnection* m_pAdoConnection; member in connectivity::ado::OConnection
122 WpADOConnection* getConnection() { return m_pAdoConnection; } in getConnection()