How can I check a database field for null

How can I check a database field for null value from within a C++ script?

Thanks.

Comments

  • edited 7:17PM
    FR automatically converts null values to 0, '', false (depending on field type). You can turn the conversion off by setting Report.EngineOptions.ConvertNulls to False (do it from FR object inspector).
  • edited 7:17PM
    It works fine now, thanks.

Leave a Comment