DatabaseColumn.BlobValue
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As String )
aDatabaseColumn.BlobValue = newStringValue
or
StringValue = aDatabaseColumn.BlobValue
New in 2019r2
Supported for all project types and targets.
or
StringValue = aDatabaseColumn.BlobValue
New in 2019r2
Supported for all project types and targets.
Used to get and set the values of Blob (Binary Large OBject) field types.
Notes
If the field is not of this type, BlobValue will try to return the value as a String. SQLiteDatabase converts text to UTF-8 text encoding.
When using this property to assign binary data, no encoding is added.