This release of VO2Jet has limited support for Long Binary values (OLE Objects).
We have implemented the following support:
Both DaoField:Value and DaoRecordSet:Collect return LongBinary values in the form of an DaoLongBinary object, and also expect a DaoLongBinary values as argument when assigning a new values to a field of type LongBinary.
The DaoServer class treats LongBinary values as Memo-type fields, and returns the contents of LongBinary fields (through the Fieldget() method) as strings.
When assigning a new value to a LongBinary field (through the FieldPut() method), you must give this string value as an argument. Internally this string is translated back into a DaoLongBinaryobject.
See Also