Inserts binary data into a SQL Server Image field.This method updates a single image field on a specific record specified by a WHERE clause.
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)
Return Value
.T. or .F.
Parameters
lcImageData
The binary data to save to a SQL Server Image field
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.
See also:
Class wwsql© West Wind Technologies, 1996-2024 • Updated: 04/29/08
Comment or report problem with topic