Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using varbytes field type

4 views
Skip to first unread message

edbored

unread,
Jun 14, 2008, 7:54:46 PM6/14/08
to
I've an application that needs to store from 96 to 1536 bytes of data in
a lookup field.

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


0 new messages