Managed Extensions: Using the .NET ODBC Classes to Read Text Data
Tom Archer explains how to use the Microsoft Text Driver and the .NET ODBC Classes to read formatted text data.
Tom Archer explains how to use the Microsoft Text Driver and the .NET ODBC Classes to read formatted text data.
The ODBC API has a lot of power and flexibility, but sometimes you just want to get the data without all the effort. Hence, these simple class wrappers. (The article, demo project, and source code were updated.)
Direct usage of ODBC is very complex. Anybody who tries to work with ODBC will agree with this statement. This small and smart ODBC wrapper makes working with ODBC much simpler.
Have you ever tried to issue multiple direct ODBC calls only to have some of the calls after the first fail?
The authors of this library have combined the flexibility of templates with the power of ODBC to create a truly unique and robust library for database access!!
C++ class that enumerates the system's ODBC DSNs
Using ODBC Connection Pooling with CDatabase (under MFC)