Subject | Re: [firebird-support] Copying an image from a firebird table to the clipboard |
---|---|
Author | Thomas Clarke |
Post date | 2010-10-27T17:40:42Z |
Hi there,
I haven't had to do this, but here is how I read a blob (pdf document) from
the database and write it to a file. Delphi 2010 and Firebird 2.5. If this
does not help then my apologies. It may get you started.
TBlobField(FieldByName('document')).SaveToFile(FileName);
Regards.
Thomas Clarke.
I haven't had to do this, but here is how I read a blob (pdf document) from
the database and write it to a file. Delphi 2010 and Firebird 2.5. If this
does not help then my apologies. It may get you started.
TBlobField(FieldByName('document')).SaveToFile(FileName);
Regards.
Thomas Clarke.
On Wed, Oct 27, 2010 at 10:11 AM, besterulricke <ulricke@...> wrote:
>
>
> Could anyone maybe assist me in copying an image from a firebird table to
> the clipboard? I'm using Delphi 7. I have searched high and low, but can't
> seem to get it working!
>
> IMAGE BLOB SUB_TYPE 0 SEGMENT SIZE 80
>
> Thank you so much!
>
>
>
--
Thomas Clarke
Cyber Sea Incorporated
#6 Kingston Terrace
Flint Hall
St. Michael
Barbados BB11070
voice: (246) 234-9692
email: tclarke@...
web: http://cybersea.biz
[Non-text portions of this message have been removed]