Added ODBC database classes and sample from RemStar (sample needs work for wxWin 2)
authorJulian Smart <julian@anthemion.co.uk>
Tue, 28 Jul 1998 09:43:44 +0000 (09:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 28 Jul 1998 09:43:44 +0000 (09:43 +0000)
commit108106cfe7af7b582fcaae8f5fe0ac05c545259d
tree569a39c116727b377191ade03ae5bf4a036fe7e4
parentb3324be240257cb1a97c439616a1d58cb3b437cc
Added ODBC database classes and sample from RemStar (sample needs work for wxWin 2)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/db.h [new file with mode: 0644]
include/wx/dbtable.h [new file with mode: 0644]
include/wx/msw/setup.h
samples/db/dbtest.cpp [new file with mode: 0644]
samples/db/dbtest.def [new file with mode: 0644]
samples/db/dbtest.h [new file with mode: 0644]
samples/db/dbtest.ico [new file with mode: 0644]
samples/db/dbtest.rc [new file with mode: 0644]
samples/db/listdb.cpp [new file with mode: 0644]
samples/db/listdb.h [new file with mode: 0644]
samples/db/makefile.nt [new file with mode: 0644]
samples/db/makefile.unx [new file with mode: 0644]
samples/forty/playerdg.cpp
src/common/db.cpp [new file with mode: 0644]
src/common/dbtable.cpp [new file with mode: 0644]
src/msw/makefile.nt