Re: Help on writing ODBC driver



"djc" <djc@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:10E71D97-8F66-4369-A857-1645CC2BA936@xxxxxxxxxxxxxxxx
I am new to writing/modifying ODBC 3.5 driver code. Please guide me in
finding out documentation on writing ODBC drivers.

Three ODBC driver SDKs are available (SimbaLib from Simba Technologies,
Dr DeeBee ODBC Driver SDK from Syware, OpenAccess SDK from
DataDirect). There are links to all three at this ODBC portal:
http://www.SQLSummit.com/odbcport.htm

Dr. Dobb's Journal published an article during the 90s about writing an
ODBC driver. If it included source code, it will be in the magazine's
archive at http://www.ddj.com. Before embarking on writing a new driver,
you might want to see if one of the hundreds of available drivers will
meet your needs:

ODBC drivers (210+ drivers)
www.SQLSummit.com/odbcvend.htm

JDBC drivers (100+)
www.SQLSummit.com/jdbcvend.htm

..NET providers (40+)
www.SQLSummit.com/dataprov.htm

OLE DB providers (53)
www.SQLSummit.com/oledbven.htm

XQuery engines / processors (50+)
www.SQLSummit.com/XQueryProv.htm

======== Ken North ===========
www.KNComputing.com

www.WebServicesSummit.com
www.SQLSummit.com
www.GridSummit.com




.



Relevant Pages

  • Re: someone an idea how i can optimize this a bit more
    ... >>just reading and writing lines. ... Therefore I extend your answer here. ... > I thought there was an odbc driver for MySQL. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: ODBC and Access
    ... combination of reading and writing that the odbc driver can't handle. ... what are you trying to do, besides working in a gray area?? ... Warning: Driver does not support requested concurrency. ...
    (microsoft.public.vc.mfc)
  • ODBC
    ... I;ve got a flat-file database I'd like to be able to access using ... So that would basically mean writing an odbc driver? ... interface part ...
    (microsoft.public.vc.mfc)