]> git.saurik.com Git - wxWidgets.git/commit
wxDbConnectInf is now converted to a class. Fully backward compatible with all versi...
authorGeorge Tasker <gtasker@allenbrook.com>
Sat, 3 Feb 2001 17:48:06 +0000 (17:48 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sat, 3 Feb 2001 17:48:06 +0000 (17:48 +0000)
commit942e67c3a36319dbdb32df86a50b475c05900197
treec7ac141b933570964203ac8af51e3fba4ccedab5
parent28a156b14caceb3869034dd83b033c10f1fa0b4e
wxDbConnectInf is now converted to a class.  Fully backward compatible with all version except the last checkin I did (changed datatypes back to what they were before for in this class).  Class now has all accessors and member functions.  Functions added to remove need for calling SQLAllocEnv() and SQLFreeEnv().
General gcc changes in the Printf() statement when using wxStrings as params to Printf()
General code clean up, correcting comments, added more comments

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