How to develop an ODBC Driver?

Hi!

I'm trying to develop an ODBC driver for my own database. So that, any ODBC compliant application (e.g. MS-Excel) can access the information from my own data storage (database).
I've made a lot of research in internet and I've read the documentation from MS related to ODBC. The ODBC standard specifies what an ODBC driver should do and what functions it must export. However, it does not specify how this should be done.

Please tell me some resource about writing ODBC driver.

Any suggestion will be extremely helpful.
Thanks

There are a number of open source ODBC drivers for MySQL, Postgres, and others. Why not look at those for inspiration?
Topic archived. No new replies allowed.