ODBC to .NET provider -
07-22-2003
, 07:20 AM
I have written a 'very basic' .NET provider which parses SQL statements and
(through COM) gets the results from my existing Borland C++ classes.
However, I have existing (commercial) software that connect to ODBC drivers
that can be configured for different databases. I would like the
'DatabaseExplorer' software to talk to my.NET provider to retrieve data in
the same way as my other databases.
In order to do this I believe I need some sort of ODBC connection (or
driver) to a .NET provider. All I have found is a .NET provider for ODBC
(i.e. I believe it is going the wrong way). Has MS produced anything that
does this, to allow me to connect to my data provider through ODBC? Or is
it possible to write my own???
Many thanks,
Duncan |