Using LINQ to insert/update Oracle Table with CLOB column
Posted: Fri 22 Jul 2011 17:49
We are receiving error message when trying to update/insert a table in oracle that has a CLOB column through Linq.
Context.TABLE.InsertOnSubmit(object);
Context.SubmitChanges();
SubmitChanges throws the following error:
ORA-00932: inconsistent datatypes: expected CLOB got -
Context.TABLE.InsertOnSubmit(object);
Context.SubmitChanges();
SubmitChanges throws the following error:
ORA-00932: inconsistent datatypes: expected CLOB got -