Lines Matching refs:piTmpConnection
66 ADOConnection* piTmpConnection = NULL; in PromptNew() local
82 piTmpConnection->Release( ); in PromptNew()
90 piTmpConnection->Release( ); in PromptNew()
96 hr = dlPrompt->PromptNew((IDispatch **)&piTmpConnection); in PromptNew()
98 if( FAILED( hr ) || !piTmpConnection ) in PromptNew()
104 hr = piTmpConnection->get_ConnectionString(&_result); in PromptNew()
107 piTmpConnection->Release( ); in PromptNew()
112 piTmpConnection->Release( ); in PromptNew()
122 ADOConnection* piTmpConnection = NULL; in PromptEdit() local
132 (LPVOID *)&piTmpConnection); in PromptEdit()
135 piTmpConnection->Release( ); in PromptEdit()
140 hr = piTmpConnection->put_ConnectionString(connstr); in PromptEdit()
143 piTmpConnection->Release( ); in PromptEdit()
157 piTmpConnection->Release( ); in PromptEdit()
165 piTmpConnection->Release( ); in PromptEdit()
173 hr = dlPrompt->PromptEdit((IDispatch **)&piTmpConnection,&pbSuccess); in PromptEdit()
176 piTmpConnection->Release( ); in PromptEdit()
184 piTmpConnection->Release( ); in PromptEdit()
185 piTmpConnection = NULL; in PromptEdit()
186 hr = dlPrompt->PromptNew((IDispatch **)&piTmpConnection); in PromptEdit()
187 if( FAILED( hr ) || !piTmpConnection ) in PromptEdit()
194 hr = piTmpConnection->get_ConnectionString(&_result); in PromptEdit()
197 piTmpConnection->Release( ); in PromptEdit()
202 piTmpConnection->Release( ); in PromptEdit()