Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » UltraLite - M-Business Anywhere Programming » Understanding UltraLite for M-Business Anywhere development » Working with data using the Table API

 

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.