Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to implement a custom ODBC driver using .NET ?

Background: For accessing a little bit exotic custom made datasource I'm using some .NET moduls to convert the readonly data to a .NET datatable.

The request now is, to make the datasource available as ODBC datasource.

The hardcore way is the ODBC SDK, but are there any classes / interfaces in the .NET framework to implement a ODBC driver (using the existing .NET logic for accessing the custom made exotic datasource) ?

regards,
bauer
Posted
Updated 5-Oct-17 10:14am

Thank you for your replay.
I'will check this link.
 
Share this answer
 
Comments
Wild-Programmer 10-Apr-11 22:40pm    
Welcome :)

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