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.
精彩评论