]> git.saurik.com Git - wxWidgets.git/commit
Replaced <iostream.h> reference with "wx/ioswrap.h"
authorGeorge Tasker <gtasker@allenbrook.com>
Fri, 25 Feb 2000 20:36:32 +0000 (20:36 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Fri, 25 Feb 2000 20:36:32 +0000 (20:36 +0000)
commit0b8410f3ca10414c7c4eda5a89015bdaab78c15c
tree819346c7c138bdd7432afd1599d8d7e901656405
parent52a17fe5345ba1cbfc0ae156a3dbafc3191a67f8
Replaced <iostream.h> reference with "wx/ioswrap.h"
Replaced wxMessageBox() with wxLogDebug() calls
When calling GetColumns(), some drivers/datasources would not return a proper value for columnSize.  If columnSize is less than 1, columnSize gets set to bufferLength
Some cout statements in DBDEBUG_CONSOLE were treating char* variables as if they were wxString variables.

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