Re: [GENERAL] Postgres ODBC driver and BLOBs

From: "Patrick Welche" <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: vegeta(at)cuaima(dot)ica(dot)luz(dot)ve (Vegeta)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Postgres ODBC driver and BLOBs
Date: 1999-11-25 12:37:42
Message-ID: E11qy9e-0001Vy-00@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vegeta wrote:
>
> Hi list,
>
> Is it posible to read and write BLOBs to a PostgreSQL table using
> the PostgreSQL ODBC driver?
>
> Thanks in advance,
> Guido Urdaneta

I think this is the bit you may need?

The type used in the driver is simply called "lo" and here is the
command used to create it:

create type lo (
internallength=4, externallength=10,
input=int4in, output=int4out,
default='', passedbyvalue
);

quoted from http://www.insightdist.com/psqlodbc/psqlodbc_faq.html under
"Can I use large objects or OLE?"

Cheers,

Patrick

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 1999-11-25 13:18:11 Re: [GENERAL] Completely new and discovering PostGresSql
Previous Message Vovk G. Grigoriy 1999-11-25 12:31:22 about speed