Thread: ecpg and blob's
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
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!
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