[unixODBC-support] How to make unixODBC recognize my ODBC driver?

Villa Forlan villaforlan at yahoo.com
Sat Jul 18 10:11:36 BST 2009


Hi everyone,

I developed a simple ODBC driver. I named it libmyodbcdriver.so. It is a light driver because it only supports a few ODBC functions which I really need, not all of those whose names listed at MSDN ODBC Programmer's Reference. I tested the driver by writing a C program which calls ODBC functions from the driver, and then when building the program I directly linked it to my driver libmyodbcdriver.so, and everything worked fine.

And now I want to integrate my driver with an ODBC Driver Manager, such as unixODBC. I tried to register my driver with unixODBC via the ODBCConfig GUI but I failed. It seems that I have to add something to the library's code so that unixODBC can recognize it. Is there any document or tutorial for this?

Thanks in advance!

Villa.



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.unixodbc.org/pipermail/unixodbc-support/attachments/20090718/eb367403/attachment.html>


More information about the unixODBC-support mailing list