A Question about Large Object - Mailing list pgsql-interfaces

From Juan Colmenares
Subject A Question about Large Object
Date
Msg-id Pine.LNX.4.10.9911221903540.8177-100000@mail.ing.luz.ve
Whole thread Raw
List pgsql-interfaces
Hello.

I'm trying to store a jpeg file into a table created as follow:

CREATE TABLE juancol (
name            text,
photo           oid
);

I can insert a jpeg file from pgsql (locally) but I can not do this from
an
application written in Visual Basic using an ODBC driver (V06-40-0006).

I read psqlodbc FAQs (Can I use large objects or OLE?) but I wouldn't
have to deal with clean-up tasks. 

Someone could tell me any suggestion?


Thanks in advance!

Juan Andres.




pgsql-interfaces by date:

Previous
From: Nathan Kennedy
Date:
Subject: Linking PgSQL to another SQL Database
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] table very big !!!!!