Searched refs:m_pAdoConnection (Results 1 – 2 of 2) sorted by relevance
58 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 …]
70 WpADOConnection* m_pAdoConnection; member in connectivity::ado::OConnection122 WpADOConnection* getConnection() { return m_pAdoConnection; } in getConnection()