Hi All, I am having a little bit of confusion with SQLSetStmtAttr() and SQL_ATTR_ROWS_FETCHED_PTR. From this documentation, http://www.unixodbc.org/doc/ODBC64.html, it states the Value/ValuePtr should be of type SQLULEN ... but the actual code seems to use SQLUINTEGER. Is this a bug in the docs or the code? Thanks, George.