![]() |
ODBC wrappedAboutThe win32 odbc C++ wrapper aims to make database development using odbc a bit less of a pain. Using tested technology from the other two *wrapped families (MySQL and sqlite), this odbc wrapper expands the usability and portability of code written using any *wrapped wrapper. ODBC wrapped combined with the sql C++ code generator (sql2class) provides real flexibility during development. This is free software, licensed under the GNU GPL. Download
Included in the distribution .zip file is visual studio 6 project files, as well as a small sql browser that can be used to connect to an odbc datasource much like the mysql and sqlite commandline tools. Class diagram
Source code documentation (generated by Doxygen).
Select "File List" from the doxygen index page to see a list of all files in the example.
Then select "[code]" to read the source code of that file.
Files beginning with lowercase are usually the main() starting point, and files beginning
with uppercase usually contains a class of the same name as the file itself.
|