It seems that field type ftVarBytes is what I need - I'm just not sure
how to populate the field and retrieve the data...
That is, if I've:
var SomeBuffer: array[0..1535] of byte;
BufferSize:integer;
How would I go about assigning the contents of SomeBuffer to
CDS.MyVarBytesFld
(and then grabbing CDS.MyVarBytesFld and populating SomeBuffer)?
TIA.
EdB