Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to build an ODBC Driver?

For example: to query a Text file, XML File and Custom Format File.
Posted
Comments
CHill60 17-Mar-14 16:00pm    
I'm not convinced that you need to build an ODBC driver - why not just use ADO? http://www.nullskull.com/a/1585/sql-operations-on-a-text-file-with-adonet.aspx[^]

1 solution

I would call it very, very labor-taking work. Those drivers should be very complicated. I would suggest look at these open-source projects:
http://www.unixodbc.org/[^],
http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/[^].

At the very least, you will be able to see what's involved.

See also:
http://abgaik.wordpress.com/2012/12/29/developing-odbc-driver[^].

Perhaps you would like to search for more information: http://bit.ly/1fDn1gp[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900