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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user