Avatar of chunky1
chunky1

asked on 

Testing if a BLOB field is empty

I am currently writing my first application which stores data in BLOB fields.

I am using an access database (unfortunately), to which I can currently store and recover the blob data.

The question :

Is there any easy way, or a routine that I can use to test if the blob fileld in the database is empty or not ?

If not, it looks like I will have to trap it by exceptions.

Many Thanks in advance

Paul.
Delphi

Avatar of undefined
Last Comment
chunky1

8/22/2022 - Mon