Re: dbsetlversion + DBVERSION_100
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 16 Nov 2011 09:44:11 +0100 LacaK <[email protected]> wrote: > > Will someone connecting to a Sybase > > database expect Microsoft db-lib semantics? Will they expect > > dbdatecrack() to return months 1-12 instead of 0-11? Will they > > expect dbconvert() to handle decimal/numeric types? Will they > > expect INT_EXIT not to exit? > > > > The answer *might* be Yes. One might have an application written > > for Microsoft's db-lib that is now connecting to a Sybase database. > *Yes it is our case. > We write SQLConnector for FreePascal, which should be able connect to > both Microsoft and Sybase servers > (with MS db-lob semantics) > What we need is posibility setup tds version without need of TDSVER > or freetds.conf I will commit your patch. Thanks for explaining how it will help. --jkl