Image Viewer CP ActiveX Control

ReadBinary

 

Read binary data types for storage of images embedded in the database table. e.g. Access, SQL Server, Oracle, MySQL.

Public Function ReadBinary(
    ByVal pField as UnKnown
    ) as Boolean

 

 Parameter
pField
the field of olefield.
 
No Return Value


Example

   

Visual Basic Syntax
ImageViewer1.ReadBinary Recordset.Fields("pic")