Subject Re: [IBO] Stream/FileSave to Blob
Author Kevin Lawrence
"Jason Wharton" <jwharton@...> wrote:
Subject: Re: [IBO] Stream/FileSave to Blob

> Not TBlobField because that is actually declared in DBTables unit.
> I believe TField.Assign( ) and AssignTo() are usually much easier.


Jason:
I built a couple of projects (one that was basically a document management
system) using LoadFromFile and SaveToFile (and physical files of course, not
Streams) because I had so many problems with streams. So, I know that they
will work.

Thanks for the Assign and AssignTo tip: I will look into them. Perhaps this
is a more effective way to do things.

Cheers,

Kevin