Cleaned up the API for class/structure/function names to follow the wxWindows convent...
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 16 Mar 2000 19:00:24 +0000 (19:00 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 16 Mar 2000 19:00:24 +0000 (19:00 +0000)
commitfdc0367851c7a1179d549f087317d0fba2714a97
treeb3b4bc13d87eda4f976da2cdfc6aa583db865e8c
parent4a8fc2c8b3e7316068fd64fe8deb834b8c18342f
Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them).  Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names.  The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names
Added a wxDbCreateDataSource() function, though it only works under MSW using VC6, because the API is not available with iODBC.  To use this, it requires linking in odbccp32.lib and #including odbcinst.h in db.h.  This function is disabled with #if 0 for now.

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