Working with BLOB data

You can fetch BLOB data for columns declared BINARY or LONG BINARY using the GetBytes or GetBytesSection method.

See getBytes method and getBytesSection method.