How to insert large objects?

Поиск
Список
Период
Сортировка
От Barry Baldwin
Тема How to insert large objects?
Дата
Msg-id 319A9588FB5ED2119FAC00A0C912E3292786DA@INDYMEEXCH
обсуждение исходный текст
Список pgsql-interfaces
Hi All,

I'm creating a Delphi client App, that is connected to a POSTGRES 
server via ODBC.  This app will need to display image files (large objects).

I don't need to insert image files with the Delphi App, just display them.
Reading the ODBC FAQ I see that I need to create a type called:
lo
CREATE TYPE lo (  internallength=4, externallength=10,  input=int4in, output=int4out,  default='', passedbyvalue
);

Reading through the archives I see where some people have been able
to insert large objects "manually".  What does this mean and how do I
do it.  How do I insert an image file now that I have a type of lo?

Any help or suggestions would be most appreciated?

Thanks in advance,

Barry


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

Предыдущее
От: Pascal Drouilly
Дата:
Сообщение: newbie question ?
Следующее
От: Compte utilisateur Sultan-advl
Дата:
Сообщение: Fwd: Re: [INTERFACES] newbie question ?