﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-kenlistian-随笔分类-备注</title><link>http://www.cppblog.com/kenlistian/category/7586.html</link><description>从易做事，从简做人。
埋头做事，低头做人。
不予他求，只扪自力。
休言酸骚，命运求己。


</description><language>zh-cn</language><lastBuildDate>Thu, 17 Jul 2008 04:23:55 GMT</lastBuildDate><pubDate>Thu, 17 Jul 2008 04:23:55 GMT</pubDate><ttl>60</ttl><item><title>备注ado加头文件</title><link>http://www.cppblog.com/kenlistian/archive/2008/07/17/56385.html</link><dc:creator>kenlistian</dc:creator><author>kenlistian</author><pubDate>Thu, 17 Jul 2008 02:21:00 GMT</pubDate><guid>http://www.cppblog.com/kenlistian/archive/2008/07/17/56385.html</guid><wfw:comment>http://www.cppblog.com/kenlistian/comments/56385.html</wfw:comment><comments>http://www.cppblog.com/kenlistian/archive/2008/07/17/56385.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/kenlistian/comments/commentRss/56385.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/kenlistian/services/trackbacks/56385.html</trackback:ping><description><![CDATA[ado在dll中使用如下的头文件<br><br>#pragma warning(disable:4146)<br>#import "C:\Program Files\Common Files\System\ADO\msado15.dll" named_guids rename("EOF","adoEOF"), rename("BOF","adoBOF")<br>#pragma warning(default:4146)<br><br>using namespace ADODB;<br><br>"Provider=SQLOLEDB,Data Source=serverName;Initial Catalog=databaseName;User ID=userName;Password=userPassword;"<br><br>#import "c:\program files\common files\system\ado\msado15.dll" no_namespaces rename("EOF","adoEOF")<br><br><br>http://www.pconline.com.cn/pcedu/empolder/gj/vc/0507/653859.html<br> <img src ="http://www.cppblog.com/kenlistian/aggbug/56385.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/kenlistian/" target="_blank">kenlistian</a> 2008-07-17 10:21 <a href="http://www.cppblog.com/kenlistian/archive/2008/07/17/56385.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>