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.