开发者

C++ ODBC SQL_ATTR_PARAMS_STATUS_PTR missing in header

I am t开发者_如何学Crying to bind a structure with Rowset binding ala:

http://msdn.microsoft.com/en-us/library/aa215456(v=sql.80).aspx

THIS IS AN MSDN TYPO!


It's in sqlext.h, so:

 #include "sqlext.h"

Unless you wish to have the difference between sql.h and sqlext.h as your specialist subject in a quiz program, you are better off always #including both of them, without thinking.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜