Subject | Re: [IBO] Stream/FileSave to Blob |
---|---|
Author | Kevin Lawrence |
Post date | 2001-07-31T12:15:34Z |
"Jason Wharton" <jwharton@...> wrote:
Subject: Re: [IBO] Stream/FileSave to Blob
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
Subject: Re: [IBO] Stream/FileSave to Blob
> Not TBlobField because that is actually declared in DBTables unit.Jason:
> I believe TField.Assign( ) and AssignTo() are usually much easier.
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