A Question about Large Object (fwd)

From: Vegeta <vegeta(at)cuaima(dot)ica(dot)luz(dot)ve>
To: pgsql-general(at)postgresql(dot)org
Subject: A Question about Large Object (fwd)
Date: 1999-11-23 00:06:33
Message-ID: Pine.LNX.4.05.9911222002550.8818-100000@cuaima.ica.luz.ve
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello.

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

CREATE TABLE vegeta (
name text,
photo oid
);

I can insert a jpeg file from pgsql (locally) but I cannot 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'd prefer not
to deal with clean-up tasks.

Someone could tell me any suggestion?

Thanks in advance!

Vegeta.

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1999-11-23 00:56:56 European SANE conference needs speakers
Previous Message WOLF, PATRICK 1999-11-22 23:05:54 RE: [NOVICE] Re: [GENERAL] Re: Is PostgreSQL ready for mission cr iticalapplications?