Fixed a typo in my checkin :-(

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2004-05-12 16:15:29 +00:00
parent 54b51588b7
commit a1a80980e0

View File

@@ -984,7 +984,7 @@ bool wxDb::getDbInfo(void)
{
SWORD cb;
RETCODE retcode;
bool failOnDataTypeUnsupported = True; // This is replaced by a parameter to this function in 2.5.x
bool failOnDataTypeUnsupported = true; // This is replaced by a parameter to this function in 2.5.x
retcode = SQLGetInfo(hdbc, SQL_SERVER_NAME, (UCHAR*) dbInf.serverName, 80, &cb);
if (retcode != SQL_SUCCESS && retcode != SQL_SUCCESS_WITH_INFO )