SQLEndTran(henv) returns 08003 for SQL_SUCCESS
"G, Hemanth Kumar" <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <DB5CCE49324ED540B132892B8F2892490264F0D8@susday7667.TD.teradata.com> |
Hello,
SQLEndTran() with environment handle is returning 08003
(connection not open) instead of returning SQL_SUCCESS.
SQLConnect(); --> success
SQLEndTran(SQL_HANDLE_ENV, henv, SQL_COMMIT);
Expected : SQL_SUCCESS
Received : 08003 [unixODBC][Driver Manager]Connnection does not exist
Please check this.
Thanks
Hemanth.
_______________________________________________
unixODBC-dev mailing list
[email protected]
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev