Subject | Re: [IBO] TIB_ColumnBlob |
---|---|
Author | Jason Wharton |
Post date | 2003-08-21T02:46:52Z |
> I have a variable defined as TIB_ColumnBlob and assign the variable theI don't understand your code here.
> blob field. But I get a compile time error when I try:
>
> lOptionValues.LoadFromStream(lMS);
>
> How can I load the value from a stream?
In general you can just do FieldByName( ).LoadFromStream I believe.
You may also use the Assign and AssignTo methods.
Jason