Incorrect states with SQLTransact
2009-07-01 05:15:17 GMT
Hello Nick,
SQLTransact(henv, NULL, 0) when called before connecting is expected to return SQL_SUCCESS. Instead, is returning 08003.
SQLTransact(henv,SQL_NULL_HDBC,SQL_COMMIT);
Expected: SQL_SUCCESS
Received : 08003 (Connection does not exit)
SQLTransact with statement handle is giving success. Ideally, should return invalid handle.
SQLTransact(hstmt, hdbc, SQL_COMMIT);
Expected : SQL_INVALID_HANDLE
Received: SQL_SUCCESS
Please verify them once.
Thanks
Hemanth.
_______________________________________________ unixODBC-dev mailing list unixODBC-dev <at> mailman.unixodbc.org http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev
RSS Feed