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 4:23AM
    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 4:23AM
    It works fine now, thanks.

Leave a Comment