asBytes

You can apply the asBytes SQLRecord property to CHAR type fields. If set to YES, the property specifies that the field contains binary or bit data, not character text. EGL will not convert the data to a string when reading from the data base, but instead read it directly into the CHAR field in the record "as is." The default for this property is NO.


Feedback