Subject Re: [IBO] TIB_ColumnBlob
Author Jason Wharton
> I have a variable defined as TIB_ColumnBlob and assign the variable the
> blob field. But I get a compile time error when I try:
>
> lOptionValues.LoadFromStream(lMS);
>
> How can I load the value from a stream?

I don't understand your code here.

In general you can just do FieldByName( ).LoadFromStream I believe.
You may also use the Assign and AssignTo methods.

Jason