try{  
   
 m_AdoConn.ExitConnect(); } catch(_com_error error)
{
 CString errorMessage;
 errorMessage.Format("%s",(LPTSTR)error.Description());
AfxMessageBox(errorMessage);
 }错误提示在此环境中无法操作什么原因