Lookup result windows now force the first column size to be no great than 20 characte...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 18:35:08 +0000 (18:35 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 18:35:08 +0000 (18:35 +0000)
commit2197177140b8f4b6c6140b987b201ca1cfd3bf4d
tree3ce01bd0c748b268ec5380df22ad558f470ed38f
parentee377e7f8b00ce842e8d754a1d22410d5440be30
Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms

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