Subject RE: [IBO] Store an Restore a file from a BLOB field
Author Jason Wharton
I recommend you also ask this question in the Delphi support forums since
this is largely a Delphi related question.

I imagine to do the compression you would be using another layer of a
TStream instance to go through. I've not done this so someone else would
need to provide an example.

Jason Wharton
www.ibobjects.com

> -----Original Message-----
> From: skander_sp [mailto:skander@...]
> Sent: Tuesday, January 18, 2005 4:12 PM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Store an Restore a file from a BLOB field
>
> Tks very much!
>
> Some link to an example of code?
>
> some component with compression at time?
>
> --- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
> wrote:
> > No utility required. Just use the Assign() and AssignTo() methods
> of the
> > fields and make use of either TFileStream or TMemoryStream as
> needed. This
> > is more of a Delphi question really.
> >
> > Jason Wharton