SQLite Plugin for Xojo

PreparedStatement.BindBlob Method (console safe)

Binds a Blob value for the prepared statement, using MemoryBlock to pass in the BLOB value.

BindBlob(
   fieldNumber as Integer,
   value as MemoryBlock)

Parameters

fieldNumber
The field number (1 based)
value
The value of the blob as MemoryBlock.

Remarks

See Also

PreparedStatement Class