Made to Order Software Corporation Logo

odbcpp: Todo List

Class odbcpp::diag_t
We would need to add a function to extract the first three entries of the f_message as defined in the ODBC documentation.

Class odbcpp::statement
We need to receive a signal if the connection is closed since the statement results won't match the connection. The statement itself can however be reused, so we're fine on that.

Member odbcpp::statement::fetch (record_base &rec, SQLSMALLINT orientation=SQL_FETCH_NEXT, SQLLEN offset=0)

We need to handle truncated data. When a string buffer is too small, we need to enlarge it and try to read the row again (too bad that we cannot cleanly query the size of the cell as required!)

Generated on Mon Sep 19 12:52:27 2011 for odbcpp by  doxygen 1.6.3