Hello!

I made a C++ Wrapper on top of ODBC.

I got a Connection, and a Statement class.
The Connection class holds the Database Connection ODBC Handle.
The Statement class holds the Statement...