REALSQLdatabase.OpenBlob
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
This item was deprecated. Please use SQLiteDatabase.OpenBlob as a replacement. |
Method
REALSQLdatabase.OpenBlob(tableName As String, columnName As String, row As UInt64, readWrite As Boolean, databaseName As String = "") As RealSQLBlob
Supported for all project types and targets.
Supported for all project types and targets.
Opens a BLOB column for the specified table and column at the specified row (rowID).