Re: clobs and blobs
From: Carl Smotricz (carl.smotricz_at_t-online.de)
Date: 07/27/04
- Next message: Andrea Spinelli: "Re: getting data from 'image' field"
- Previous message: Michał: "clobs and blobs"
- In reply to: Michał: "clobs and blobs"
- Next in thread: Andrea Spinelli: "Re: clobs and blobs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 27 Jul 2004 18:56:22 +0200
You may not need to. I think many databases will let you write CLOBs by
using PreparedStatement.setString() with strings of any size you care to
use, or setCharacterStream(); and BLOBs perhaps can be filled with
setBinaryStream().
No guarantees, but worth a try, I think.
-Carl-
MichaĆ wrote:
> Hi everyone!
>
> I want write new clobs and blobs to database. The problem is I don't
> know how to create Clob or Blob object. ResultSet.getClob(column)
> returns null, because db is empty.
>
> best regards
>
> - Michal -
>
- Next message: Andrea Spinelli: "Re: getting data from 'image' field"
- Previous message: Michał: "clobs and blobs"
- In reply to: Michał: "clobs and blobs"
- Next in thread: Andrea Spinelli: "Re: clobs and blobs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|