Skip to Content.
Sympa Menu

freetds - RE: [freetds] Error: FreeTDS+WINE

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Error: FreeTDS+WINE
  • Date: Mon, 22 Sep 2003 16:37:27 -0400

> From: Rainer [mailto:sourceforge AT powered.net]
> Sent: September 22, 2003 3:07 PM
> >> >
> >> > default:
> >> > odbc_errs_add(&stmt->errs, "HY092", NULL, NULL);
> >> > ODBC_RETURN(stmt, SQL_SUCCESS_WITH_INFO);
> >>
> >> You're masking the problem there. The state "HY092" *is* an
> >> error, and should be reported as such.
>
> Here is the log result:
> ...
> 12:46:35.063443 tds_process_end: more_results = 0
> 12:46:35.063477 was_cancelled = 1
> 12:46:35.063525 error = 0
> 12:46:35.063555 done_count_valid = 0
> Unknown STMT Attribute 9
> SQLFreeHandle(3, 0x81bb738)

Hmph. There is no SQL_STMT* attribute whose value is 9:

$ grep '[[:blank:]]9$' [aosu]* \
|perl -ane'printf "%-30s\t$F[-1]\n", $F[-2]' \
|sort
ODBC_ERROR_INVALID_DSN 9
SQLColumns_DECIMAL_DIGITS 9
SQL_API_SQLDISCONNECT 9
SQL_CODE_DAY_TO_MINUTE 9
SQL_COLUMN_MONEY 9
SQL_DATE 9
SQL_DATETIME 9
SQL_DIAG_SUBCLASS_ORIGIN 9
SQL_ODBC_API_CONFORMANCE 9
SQL_ROWSET_SIZE 9

I think you've found an error in the caller, Rainer. AFAICT, a
SQLSetStmtAttr() Attribute can have some 72 distinct values, but 9 isn't one
of them.

I know you told us that the application runs fine with M$ libraries. That
suggests either 9 is OK for them (meaning either I've overlooked something
or it's undocumented), or the intermediation layer is introducing an
erroneous call between your application and FreeTDS. All I can suggest is
to turn on tracing/logging in WINE and unixodbc, to try to discover what
they mean by passing a 9.

Sorry. I really wish you'd found a bug for us, something we could fix. :-(

Regards,

--jkl
-----------------------------------------
The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the original
message. Please note that we do not accept account orders and/or instructions
by e-mail, and therefore will not be responsible for carrying out such orders
and/or instructions.






Archive powered by MHonArc 2.6.24.

Top of Page