Hi,
I have a field name as Achievement and its datatype is VarChar2 (4000Byte).
When I am trying to insert data from the fron end it is giving me this error
"An exception was caught during the execution of an action query: ORA-01461: can bind a LONG value only for insert into a LONG column
. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception."
And the character limit which I am inserting is less then 4000.
For testing purpose I was trying different combinations. It was allowing me to save the character limit for 2000 but when I was trying for more then that it was giving me error.
Where as I am able to insert data upto 4000 characters from the backend by writing a insert query and it is inserting data.
I have many fields like this and all of them are giving me the same problem.
What is the problem I am not trying to understand. Is LLblgen generating the correct query.
Please help me with this.
Thanks
Monisha