SQLSetConnectAttr returns SQL_SUCCESS instead ofHY010(Function sequence error)
"G, Hemanth Kumar" <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <DB5CCE49324ED540B132892B8F2892490256C70E@susday7667.TD.teradata.com> |
Nick,
SQLSetConnecAttr() returns SQL_SUCCESS, instead of returning
HY010, in the cases mentioned below.
S8 - Function needs data. SQLParamData has not been called.
S9 - Function needs data. SQLPutData has not been called.
S10 - Function needs data. SQLPutData has been called.
S11 - Still executing.
S12 - Asynchronous execution canceled.
Please check.
Thanks
Hemanth.
_______________________________________________
unixODBC-dev mailing list
[email protected]
http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev