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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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