DatabaseRecord.BlobColumn
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DatabaseRow.BlobColumn as a replacement. |
Method
Gets the blob value for the specified field. The parameter is the column name. Use BLOB columns to work with binary data such as pictures or files.
Method
DatabaseRecord.BlobColumn(Name As String, Assigns value As String)
Supported for all project types and targets.
Supported for all project types and targets.
Sets the specified field to the specified BLOB. The parameter is the column name. Use BLOB columns to work with binary data such as pictures or files.
Sample Code
Creates a new row in the team table: