Generate enhanced BINARY_UPDATE statement to update data in binary fields of table TableName using text-encoded hex values. Only one field may be scripted at a time because of possible script size issues (the hex-formatted binary block can be very large).
The database object to generate the script against
The name of the table to create
Generate SET clauses for this binary field/column
Generare WHERE clause for these key columns
A full SQL WHERE and/or ORDER BY clause restricting or ordering the dataset used to generate the UPDATE statements
Debug.Print CreateBinaryUpdateStatement("xf_tblDocStore", "DocImage", "Doc_ID")
returning three rows as an INSERT statements ...
UPDATE tblKeyNames SET KeyValDesc='Unmatched',KeyValDescShort='Unmatched'
WHERE KeyName='ReconStatusStr' AND KeyVal='U'