As I can verify that a Blob field is empty?

Hello

(<DataSetName."BLOBFIELD"> <> Null) always gives back True.

As I can verify that a Blob field is empty? ;)

Saludos

Comments

  • FRNLFRNL Hoogeveen - Netherlands
    edited September 2005
    The blobfield is there allright.. That is defined in the dataset definition that you use. ;)

    I don't know how from mind but if you want to know if the blob is empty, you should test the blobsize > 0

Leave a Comment