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: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Error: FreeTDS+WINE
  • Date: Tue, 23 Sep 2003 14:48:48 +0200

...
> >
> > 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 think problem is SQL_ROWSET_SIZE... perhaps SQLSetStmtAttr should
> support some old constant ??
> I setup a test to test which constants MSODBC accept...
>

This patch should solve the problem. However I don't understand why a
ODBC3 client should use a ODBC2 only attribute...

I hope the attach will arrive...

freddy77

Attachment: vedi.diff.gz
Description: vedi.diff.gz




Archive powered by MHonArc 2.6.24.

Top of Page