All char, char *, and char arrays changed to use wxChar or wxString. 99% backward...
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 1 Feb 2001 20:21:52 +0000 (20:21 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 1 Feb 2001 20:21:52 +0000 (20:21 +0000)
commit4fdae9972d39fbe62adaa1c1d721ba1762cd8950
treeaeec70480a774dc5fb7eece21877ef1e84427cb4
parent94613352b552b768342e6835afd697391b2e38b0
All char, char *, and char arrays changed to use wxChar or wxString.  99% backward compatability maintained
Cleaned up code to remove duplicate blocks from multiple functions
Added better handling of failed creation of wxDbTable/wxDb objects
Moved code out of class constructors to a private function called from within the constructor
Moved destructor code to a cleanup() function so it could be called from within the constructor if the constructor failed.
Added wxDb::ModifyColumn() function.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/db.h
include/wx/dbtable.h
src/common/db.cpp
src/common/dbtable.cpp