From: | Benoit Menendez <benoitm(at)pacbell(dot)net> |
---|---|
To: | Marc Lavergne <mlavergne-pub(at)richlava(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Blob support... |
Date: | 2002-02-26 19:26:27 |
Message-ID: | 001101c1befb$7cfa1f00$0201a8c0@osprey |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
I use the latest stable 7.2.2 under cygwin
Benoit
----- Original Message -----
From: "Marc Lavergne" <mlavergne-pub(at)richlava(dot)com>
To: "Benoit Menendez" <benoitm(at)pacbell(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Sent: Tuesday, February 26, 2002 11:13 AM
Subject: Re: [JDBC] Blob support...
> Which release of PostgreSQL? There were numerous changes in BLOB support
> from 7.0 to 7.1 to 7.2, your answer depends on the target release of
> PostgreSQL.
>
> Benoit Menendez wrote:
>
> > I use both ODBC and JDBC to access the same database (from two different
> > applications) and I need blob support...
> >
> >
> >
> > I have created and used the "lo" type which is handled correctly by the
> > ODBC driver...
> >
> >
> >
> > But JDBC does not like the "lo" type for blobs...
> >
> >
> >
> > If I do a getBytes on an "lo" I only get 4 (+1) bytes...
> >
> >
> >
> > I tried "bytea" but ODBC does not work properly with this type...
> >
> >
> >
> > Is the "lo" type supported in a recent patch?
> >
> >
> >
> > Thanks,
> >
> >
> >
> > Benoit
> >
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2002-02-27 03:17:05 | Re: Timestamp output |
Previous Message | Paulo Delgado | 2002-02-26 19:24:13 | Re: PGSQL-JDBC DRIVER |