ADO连接数据库提示未定义???
在CWinApp::InitInstance()的重载函数中初始化COM: AfxOleInit();在stdafx.h中加入了#import "c:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","adoEOF")
然后我定义数据库连接对象,_ConnectionPtr m_pCon;提示错误"_ConnectionPtr " undefined identifier
是不是还需要什么头文件?