[unixODBC-dev] SQLGetConnectAttr when called before connection
G, Hemanth Kumar
Hemanth.G at Teradata.com
Thu Jun 18 07:27:25 BST 2009
Hi Nick,
SQLGetConnectAttr with SQL_ATTR_PACKET_SIZE (which requires an open
connection), when called before connecting, must return 08003
(Connection does not exist.)
Returns SQL_SUCCESS instead.
SQLGetConnectAttr(hdbc, SQL_ATTR_PACKET_SIZE, &sdwValue, 0, NULL); (when
called before the connection is open)
Expected : 08003 (Connection does not exist.))
Received : SQL_SUCCESS
Please verify.
Thanks
Hemanth.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.unixodbc.org/pipermail/unixodbc-dev/attachments/20090618/2fb3b403/attachment.html>
More information about the unixODBC-dev
mailing list