Connection.createBlob

Creates a BLOB (Binary Large OBject) with read/write access.

class Connection
int
createBlob

Parameters

blob Blob

a user-allocated GdaBlob structure.

Return Value

Type: int

FALSE if the database does not support BLOBs. TRUE otherwise and the GdaBlob is created and ready to be used.

Meta