Blob support...

From: Benoit Menendez <benoitm(at)pacbell(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Blob support...
Date: 2002-02-26 18:36:42
Message-ID: 008e01c1bef4$89953800$0201a8c0@osprey
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marc Lavergne 2002-02-26 19:13:12 Re: Blob support...
Previous Message Andreas Joseph Krogh 2002-02-26 17:56:00 Re: Timestamp output