Subject Re: [IBO] Stream/FileSave to Blob
Author Jason Wharton
Not TBlobField because that is actually declared in DBTables unit.
I believe TField.Assign( ) and AssignTo() are usually much easier.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Kevin Lawrence" <kevin@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, July 30, 2001 9:50 PM
Subject: Re: [IBO] Stream/FileSave to Blob


> From: <moorefg@...>
> To: <IBObjects@yahoogroups.com>
> Subject: [IBO] Stream/FileSave to Blob
> > Does anyone have some simple examples they could share of saving a
> > document or stream to a Blob?
>
> Use the TBlobField LoadFromFile and SaveToFile method.
>
> Kevin