MFC dll 中 调用 ado 接口 报错误! 等待高人

MFC dll 中 调用 ado 接口 报异常! 等待高人!
我在 常规 MFC dll 中 调用 ado 接口 ,

m_pConnection.CreateInstance(__uuidof(Connection)); 这条 语句 过不去


在这里报错 :
Interface* operator->() const  
  {  
  if (m_pInterface == NULL) {
  _com_issue_error(E_POINTER);
  }

  return m_pInterface;  
  }

我都 快崩溃了 ,再折腾了 好几天了 ,请问 您碰到 过 这种问题吗 ??

------解决方案--------------------
楼主试试这么写m_pRecordset.CreateInstance(__uuidof(Recordset));
------解决方案--------------------
调用AfxOleInit了吗?
------解决方案--------------------
看看这篇文章会不会对你有帮助
http://blog.****.net/xianglitian/article/details/5617173
------解决方案--------------------
引入库文件后,调用AfxOleInit()