remove extraneous commas and semicolons (patch 1537792)
[wxWidgets.git] / samples / db / listdb.cpp
2006-08-13  Vadim Zeitlinremove extraneous commas and semicolons (patch 1537792)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-12-28  George TaskerChanged error messages so that if a DB error occurs...
2004-11-22  Włodzimierz SkibaGCC fixes.
2004-11-10  George TaskerwxChar* usage changed over to wxString in various places
2004-11-04  George TaskerUnicode support added
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-04  Włodzimierz SkibaSpelling fixes [#1017001], source cleaning.
2004-05-25  Włodzimierz SkibaRevitalization of the code, -1->wxID_ANY, TRUE->true...
2004-05-12  George TaskerFixed assert warning if the listbox has no elements...
2004-02-08  Julian SmartApplied [ 880011 ] Several fixes to DbBrowse demo
2002-08-31  Gilles Depeyrotuse include "..." instead of <...>
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2001-07-02  George TaskerChanges required after wxUniv merge wxListBox::Number...
2001-06-11  George TaskerChanged the 'true's and 'false's back to TRUE and FALSE
2001-06-10  George TaskerAdded code to show off wxDbGrid (contributed by Paul...
2001-04-11  George TaskerExperimental BLOB code added - set wxODBC_BLOB_EXPERIME...
2001-02-03  George TaskerMassive cleanup of the code.
2001-02-01  George TaskerChanged a couple lines to intialize member variables...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  George TaskerModified to use the newly defined names for functions...
2000-01-25  George TaskerFixed code that did not work with Postgres
2000-01-11  Guillermo Rodrigue... Mumit Khan's fixes to allow DLL compilation
1999-11-08  George TaskerwxEndBusyCursor() was being called, even when it was...
1999-10-07  George TaskerFixed the GUI so it will now work correctly when widget...
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1998-12-30  Julian SmartUpdated the Remstar ODBC files, got the db sample compi...
1998-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...