A Question about Large Object

From: Juan Colmenares <juancol(at)luz(dot)ve>
To: interfaces(at)postgresql(dot)org
Subject: A Question about Large Object
Date: 1999-11-22 23:20:40
Message-ID: Pine.LNX.4.10.9911221903540.8177-100000@mail.ing.luz.ve
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 1999-11-23 00:06:49 Re: [INTERFACES] table very big !!!!!
Previous Message Nathan Kennedy 1999-11-22 23:04:45 Linking PgSQL to another SQL Database