Clob support in jdbc

From: Matt Fair <matt(at)netasol(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Clob support in jdbc
Date: 2000-07-15 18:18:52
Message-ID: 3970AB0C.9F0DC4D4@netasol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,
I need to be able to store product information in a database. The
product information includes descriptions that can be 4000 +
characters. I have tried setAsciiStream() in the jdbc but it is not
supported. It there any way I can store this information?
Thank you,
Matt Fair

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Cedar Cox 2000-07-16 07:30:28 Re: more ODBC driver
Previous Message Matt Fair 2000-07-15 18:09:09 JDBC Query bug