R
redefined.horizons
I am working on a specialised database that is written in C#. I would
like to create an ODBC driver that allows external programs to conenct
to my database. Is is possible to support ODBC in a high-level .NET
language like C#? Or will I need to somehow wrap support for an ODBC
driver written in the C programming language with .NET interoperability
tools?
Can someone point me to some documentation about implementing an ODBC
driver via C#, if this is possible?
Thanks,
Scott Huey
like to create an ODBC driver that allows external programs to conenct
to my database. Is is possible to support ODBC in a high-level .NET
language like C#? Or will I need to somehow wrap support for an ODBC
driver written in the C programming language with .NET interoperability
tools?
Can someone point me to some documentation about implementing an ODBC
driver via C#, if this is possible?
Thanks,
Scott Huey