#endif
#ifdef DBDEBUG_CONSOLE
- #include "iostream.h"
+#if wxUSE_IOSTREAMH
+ #include <iostream.h>
+#else
+ #include <iostream>
+#endif
#include "wx/ioswrap.h"
#endif
bool firstColumn = TRUE;
pSqlStmt.Printf(wxT("UPDATE %s SET "),
- pDb->SQLTableName(tableName.Upper().c_str()).c_str());
+ pDb->SQLTableName(tableName.c_str()).c_str());
// Append a list of columns to be updated
int i;