Previous Thread

7/23/2006 8:04:44 PM    Implementing an ODBC driver...
I am in the process of designing a specialized database in C#. I would 
 
like to connect to this database from some legacy programs that support 
 
ODBC. Is it possible to implement an ODBC driver in a .NET language, or 
 
would I need to rely on some form of interoperability technique so my 
 
C# database could respond to an ODBC driver written in C? Where can I 
 
find information about implementing an ODBC Driver? 
 
Thank you for any information. 
 
Scott Huey