[unixODBC-dev] SQLColumnPrivileges with TableName as NULL pointer
G, Hemanth Kumar
Hemanth.G at Teradata.com
Fri Jun 19 12:01:04 BST 2009
Nick,
SQLColumnPrivileges with TableName as NULL should return HY009
(Invalid use of null pointer). Instead returns SQL_SUCCESS.
SQLColumnPrivileges(hstmt, NULL, 0, NULL, 0, NULL, 0, NULL, 0);
Expected : HY009 (Invalid use of null pointer)
Received : SQL_SUCCESS.
Please verify this one.
Thanks
Hemanth.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.unixodbc.org/pipermail/unixodbc-dev/attachments/20090619/aa4ad231/attachment.html>
More information about the unixODBC-dev
mailing list