Re: Load Image File From PostgreSQL DB

Поиск
Список
Период
Сортировка
От dbalinglung
Тема Re: Load Image File From PostgreSQL DB
Дата
Msg-id 047129C969DB45718F9BFFEDFF1D9E45@alam
обсуждение исходный текст
Ответ на Load Image File From PostgreSQL DB  ("dbalinglung" <alamsurya@centrin.net.id>)
Список pgsql-general

Hi2 Julius,
 
Thanks for your reply, present i using oid data type for store image file, and good working without problem too if i open and showing with PHP, but i'm verry dificulty to showing the image file using delphi 7.
 
also i'm not using third party like ODBC but i'm directly connected to PostgreSQL Database using Zeos Component.
 
Any sugestion for me bro ?
 
many thanks and regards,
 
 
dbalinglung
 
 
>----- Original Message -----
>From: "Julius Tuskenis" <julius.tuskenis@gmail.com>
>Sent: Tuesday, December 30, 2008 2:46 PM
>Subject: Re: [GENERAL] Load Image File From PostgreSQL DB
>
> 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
>
>

В списке pgsql-general по дате отправления:

Предыдущее
От: "Teemu Juntunen"
Дата:
Сообщение: Re: Bind message has 6 results formats but query has 5 columns
Следующее
От: "dbalinglung"
Дата:
Сообщение: Re: Load Image File From PostgreSQL DB