SQLiteBLOB.EOF
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SQLiteBlob.EndOfFile as a replacement. |
Method
Indicates the end of the data has been reached when reading data from the BLOB.
Example
This example reads the Logo (stored as a binary picture) from the Logo column for rowID = 1 in the Team table: