GetBytes
Previous Top Next

Returns an array of bytes from a BLOB data.
Syntax: GetBytes (Index As Int32) As Byte()
Index - The column index.

Example:
reader.ReadNextRow
data() = reader.GetBytes(0)