Re: SQLEndTran returns SQL_SUCCESS forHY010(Function sequence error)
"G, Hemanth Kumar" <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <DB5CCE49324ED540B132892B8F289249023400F0@susday7667.TD.teradata.com> |
Yes, it works. Thanks. I have found out one more issue. SQLStatistics with TableName argument as a null pointer should return HY009 - Invalid use of null pointer, but returns SQL_SUCCESS. SQLStatistics(hstmt,NULL,SQL_NTS,NULL,SQL_NTS,NULL,SQL_NTS,0,0); Expected : HY009 Received : SQL_SUCCESS Please verify this one too. Thanks Hemanth. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Nick Gorham Sent: Wednesday, June 17, 2009 1:54 PM To: Development issues and topics for unixODBC Subject: Re: [unixODBC-dev] SQLEndTran returns SQL_SUCCESS forHY010(Function sequence error) G, Hemanth Kumar wrote: > Thanks Nick. > > I see one more mismatch with SQLPutData. > SQLPutData with NULL DataPtr and when StrLen_or_Ind was not 0, should > return HY009 - Invalid use of null pointer. > Instead, returns SQL_SUCCESS. > > SQLPutData(hstmt, NULL, 1); > Expected: HY009 > Received: SQL_SUCCESS > > Please verify it once. > Thats a simple fix. Check now. Thanks. -- Nick _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev