cvboucher
Posts: 191
|
| Posted: 09/03/2008, 2:57 PM |
|
I have a record form with an fckEditor (Oracle DB/VB.Net). The column being populated by the fckEditor is a CLOB datatype which is good for about 4 Gig. The problem is that if I enter more then 4000 characters into the fckEditor window I get the above error. I found on the Internet that when more then 4000 characters are inserted into a CLOB it must be done with a bind variable. I'm guessing the CodeCharge is creating an Insert statement with the data inline instead of using bind variables. Is there a way to make CodeCharge use bind variables?
Thanks,
Craig
|
 |
 |
|