Skip to Content.
Sympa Menu

freetds - Re: ODBC Driver

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Daniel Bruce Lynes <dlynes1 AT home.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: ODBC Driver
  • Date: Thu, 6 Jul 2000 10:32:38 -0700 (PDT)


On Thu, 6 Jul 2000, Matthew Grooms wrote:

> No I downloaded the code and gave it a quick glance. All the ODBC fuctions
> seemed to be stubs. My intent was to develop the odbc portion of the
> library if no one had already started. Sounds like you guys have it under
> control. good luck...

Not all of the ODBC functions are stubs. There was a (sort of) basic function
driver already. However, it didn't have the SQLGetFunctions() code, and at
least SQLBindCol()/SQLFetch() is broken. Or, it's broken inside of the tds
library. However, if the tds library is being used in the other libraries
without any problems, I would suspect the problem is in the odbc driver.

I've been testing it with the simplest of tables, and it's breaking on that,
currently.

The table definition I'm using is thus:

create table testtable (
ID int not null,
F1 char(20),
F2 varbinary(40),
F3 numeric(12,5))

I'm sure we could use more people involved with the ODBC driver. I'm sure if
Bob is anything like me, he's probably quite busy, and time is precious. So,
the more we have (to a point), the merrier.





Archive powered by MHonArc 2.6.24.

Top of Page