Обсуждение: ecpg and blob's

Поиск
Список
Период
Сортировка

ecpg and blob's

От
Harjo Korte
Дата:
hi.

i'm writing an api with the ecpg interface and need to know how to
handle blob's with it. i serached a lot yet, but did not find anything
usefull. does someone know about it?

thanks a lot.

harjo


Re: ecpg and blob's

От
Michael Meskes
Дата:
On Fri, Oct 17, 2003 at 04:55:16PM +0200, Harjo Korte wrote:
> i'm writing an api with the ecpg interface and need to know how to
> handle blob's with it. i serached a lot yet, but did not find anything
> usefull. does someone know about it?

Honestly I do not. :-)

Yes, I know I should, but I never touched blobs so far.

Can't you just use the lo_import etc. functions?

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

Re: ecpg and blob's

От
Harjo Korte
Дата:
Michael Meskes wrote:

>On Fri, Oct 17, 2003 at 04:55:16PM +0200, Harjo Korte wrote:
>
>
>>i'm writing an api with the ecpg interface and need to know how to
>>handle blob's with it. i serached a lot yet, but did not find anything
>>usefull. does someone know about it?
>>
>>
>
>Honestly I do not. :-)
>
>Yes, I know I should, but I never touched blobs so far.
>
>Can't you just use the lo_import etc. functions?
>
>Michael
>
>
yes you are right. my fault. thanks a lot.

harjo