REALSQLdatabase.CreateBlob
From Xojo Documentation
This item was deprecated.. Please use SQLiteDatabase.CreateBlob as a replacement. |
Method
REALSQLdatabase.CreateBlob(tableName As String, columnName As String, row As UInt64, length As UInt64, databaseName As String = "") As RealSQLBlob
Supported for all project types and targets.
Supported for all project types and targets.
Creates a new BLOB column for the specified table and column at the specified row (rowID).