error LNK2001: unresolved external symbol _CLSID_CADOConnection,该怎么处理

error LNK2001: unresolved external symbol _CLSID_CADOConnection
我一直用import   dll的方法来操作数据库,但是目前公司要求在与原代码兼容的基础上增加一个功能模块,其中操作数据库必须使用
CoCreateInstance(CLSID_CADOConnection,
                                    NULL,
                                    CLSCTX_INPROC_SERVER,
                                    IID_IADOConnection15,
                                    (LPVOID*)&pdb);
,我按照MSDN上的使用下来,结果编译到link的时候,总是报
error   LNK2001:   unresolved   external   symbol   _CLSID_CADOConnection

有谁解决过此类问题的,不吝赐教!
谢谢!

ps:请不要再提import   dll的方法!谢谢

------解决方案--------------------
http://www.codeguru.com/forum/archive/index.php/t-141594.html
http://www.koders.com/cpp/fid3A4F4A7A4246C0CC2EC4D37A50D7764D4AC156BF.aspx
------解决方案--------------------
在项目中加 "ADOID.LIB "试试
------解决方案--------------------
自己定义一个
CLSID_CADOConnection就可以
另外import dll可以产生一个xxxx_i.c之类的文件,加入工程