30 Oct
2000
30 Oct
'00
7:50 p.m.
On Wed, Oct 18, 2000 at 02:11:05PM +0200, Francisco José Esteban Risueño wrote:
If you know what type of data are you storing in the lob column, you can use dmbs_lob package in order to insert and retrive data from the original format into de lob format. We are use this techique succesfully to insert/select text into/from a clob column.
LOB support for Oracle 8i is broken in DCOracle. As a workaround we use stored procedures written in Java. They can be called from DCOracle. -- Andreas