Note: In VFP 9 this is no longer necessary. Just cast binary data varBinary or Blob data types instead.
o.InsertBinaryField(lcImageData,lcField,lcTable,lcWhereClause)
lcField
The name of the field to update.
lcTable
The table in which the field is updated
lcWhereClause
A where clause that specifies a record or records to be updated with the binary data. Generally this will be a single record - via PK value.