E
EMW
I have a table in a dataset with 4 columns.
Except for the third, all columns are NVARCHAR2.
The third is a CLOB. I read it can hold up to 4Gb.
The column of the dataset is bound with a textbox, so the datalimit is 32kb.
But when I store more then 4000 characters into the dataset and then write
the row in to the oracle database (with an INSERT INTO sql line) , I get an
error. "ORA-01704"
I've read somewhere it is possible to write more then 4000 characters at
once into the database, but I can't seem to find the right documentation for
it.
Can anyone give me some pointers on how to do this, or some links of pages
where a good explaination can be found?
References to books is of no use, can't afford them at the moment.
rg,
Eric
Except for the third, all columns are NVARCHAR2.
The third is a CLOB. I read it can hold up to 4Gb.
The column of the dataset is bound with a textbox, so the datalimit is 32kb.
But when I store more then 4000 characters into the dataset and then write
the row in to the oracle database (with an INSERT INTO sql line) , I get an
error. "ORA-01704"
I've read somewhere it is possible to write more then 4000 characters at
once into the database, but I can't seem to find the right documentation for
it.
Can anyone give me some pointers on how to do this, or some links of pages
where a good explaination can be found?
References to books is of no use, can't afford them at the moment.
rg,
Eric