From: | Julius Tuskenis <julius(dot)tuskenis(at)gmail(dot)com> |
---|---|
To: | |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Load Image File From PostgreSQL DB |
Date: | 2008-12-30 07:46:39 |
Message-ID: | 4959D1DF.6070007@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi, dbalinglung.
You are probably confusing types oid and lo or bytea. There's no way you
could put a image into oid column. I'm using bytea type without problems.
Also check "bytea as lo" checkbox in ODBC dialog (if you use ODBC). Also
TDBImage is no good if you want to use jpg files. I found an alternative
- EDBImage.
Hope that helps. Good luck.
Julius Tuskenis
dbalinglung rašė:
> Dear Expert,
>
>
> I'm sorry for my newbie question, I have a dificulty to load image
> file from field OID type on PostgreSQL with Borland Delphi 7.
>
> I would like to showing image file with TDBImage component to Delphi
> Form, but the image file can't display, any sugestion for me about how
> can i do to show the image file with Borland Delphi 7 and PostgreSQL
> 8.2.x. The image file saving on PostgreSQL 8.2.X table with OID Field
> Type.
>
>
> Many thanks and Regards,
>
>
> *Alam Surya*
>
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Schröder | 2008-12-30 08:34:27 | Re: Query planner and foreign key constraints |
Previous Message | dbalinglung | 2008-12-30 06:44:36 | Load Image File From PostgreSQL DB |