]> git.saurik.com Git - wxWidgets.git/history - src/common/db.cpp
File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / db.cpp
2000-01-27  Bart A.M. JourquinIODBC fix in GetDataSource
2000-01-27  George TaskerFixed the GetDataSource() function so the DsDesc that...
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-20  George TaskerUses src/iodbc headers rather than windows headers...
1999-11-29  George TaskerAdded support for creating forward or backward scrollin...
1999-11-25  George TaskerAdded "const" to the (char *) type params that should...
1999-11-24  George TaskerReplaced all the strxxx() function calls with wxStrxxx...
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-09  Stefan Csomormac adaptions
1999-11-08  George TaskerFixed __WXDEBUG__ references to use #ifdef rather than...
1999-11-08  George TaskerFixed reversed logic on wxODBC_FWD_ONLY_CURSORS
1999-11-08  George TaskerwxStrnicmp() function is not defined under windows...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-07  Robert Roebling Added wxStrnicmp and to wchar.h, not yet for Unicode...
1999-11-06  George TaskerRenamed FWD_ONLY_CURSORS to wxODBC_FWD_ONLY_CURSORS...
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-10-18  Vadim Zeitlingcc warning about printf() format mismatch corrected
1999-10-15  George TaskerRemoved a variable declaration from within a FOR statem...
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-10-12  George TaskerMoved the #include of filefn.h from db.h to db.cpp
1999-10-12  George TaskerUse of a postgres data source would fail due to checkin...
1999-10-09  Robert Roebling Applied a few patches,
1999-10-07  George TaskerAdded support for dBase, PostGres, MySQL, Access, MS...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-01-09  Robert Roebling ODBC updates (it almost works now)
1999-01-08  Unknown (UG)no message
1998-12-30  Robert Roebling Guess what: ODBC updates and build fixes.
1998-12-30  Julian SmartUpdated the Remstar ODBC files, got the db sample compi...
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...