C++ library to discover sql database schema for multiple vendors? -


just wondering if knows of c++ library provides single interface querying database schema (tables, fields, field types), , variety of vendors? know dtl degree, although haven't dug details of how it, or if makes info available external itself.

*odbc fine, , i've considered it, i'd see if there other libraries might encompass odbc, native drivers (to access info odbc may not provide?), obscure databases may not provide odbc drivers, etc.

that can done odbc.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -