Error in oSqlDATASETcursor:IsNull()
Mahanimann

Boris,
The new oCurs:IsNull() for SQLDataSet (in the v3.1.26 beta) falsely reports .T. in CHAR and VARCHAR fields with just spaces as a value. Example:
cPostNumber := oCurs:FieldGet("Post_number")
? cPostNumer reports " " (space(10)) correctly
? oCurs:IsNull("Post_number") // reports .T. which is wrong
Best regards,
Mahanimann