Experimental BLOB code added - set wxODBC_BLOB_EXPERIMENT to 1 in dbtest.h if you...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 11 Apr 2001 14:20:56 +0000 (14:20 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 11 Apr 2001 14:20:56 +0000 (14:20 +0000)
commit3fe813a9ad3fdc05006bd3a3fd75b49291251f3e
treea414b42740ef604cb7e177158830873bb695f971
parent02cf6fdd858bfab06627734dd7ca1ccdd9866e9d
Experimental BLOB code added - set wxODBC_BLOB_EXPERIMENT to 1 in dbtest.h if you want to help work on this
Added some more test functions that have no GUI hook yet, but will be used in wxBase buidls eventually
Fixed handling of checks for TableExists() and TablePrivileges() to use the (HOPEFULLY) now working functions.
Better exception handling when the .CFG file does not exist
Better reporting of database errors shown by example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/db/dbtest.cpp
samples/db/dbtest.h
samples/db/listdb.cpp