if I call JetSetColumn() to replace the contents of a JET_coltypLongBinary value the operation works as I expect - the value is replaced
however, if I call JetSetColumns() the value is not replaced - instead the value remains at its old value. Oddly other columns (not long ones) are updated as expected. No error is returned.
The same behavior happens for JET_coltypLongText - making me wonder if JetSetColumns() cannot be used on long values?
tips?