Some but not all compile fixes for typetest (VC++ 1.5); added datetime.cpp

to 16-bit compile list; edited isql.h for 16-bit (but not right since doesn't
link)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-01-30 15:29:45 +00:00
parent f6081a0462
commit 56b79cb98d
5 changed files with 42 additions and 23 deletions

View File

@@ -1432,7 +1432,7 @@ bool CparameterDlg::PutData()
bool CparameterDlg::GetData()
{
wxString tStr;
if (pParamODBCSourceList->GetStringSelection())
if (pParamODBCSourceList->GetStringSelection() != "")
{
tStr = pParamODBCSourceList->GetStringSelection();
if (tStr.Length() > (sizeof(wxGetApp().params.ODBCSource)-1))