git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27250
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
colDefs[columnIndex].CbValue = SQL_NULL_DATA;
else
if (colDefs[columnIndex].SqlCtype == SQL_C_CHAR)
colDefs[columnIndex].CbValue = SQL_NULL_DATA;
else
if (colDefs[columnIndex].SqlCtype == SQL_C_CHAR)
- colDefs[columnIndex].CbValue = SQL_LEN_DATA_AT_EXEC(0);
+ colDefs[columnIndex].CbValue = SQL_NTS;
else
colDefs[columnIndex].CbValue = SQL_LEN_DATA_AT_EXEC(colDefs[columnIndex].SzDataObj);
break;
else
colDefs[columnIndex].CbValue = SQL_LEN_DATA_AT_EXEC(colDefs[columnIndex].SzDataObj);
break;