Page 1 of 1

Clob datatype

Posted: Mon 08 Nov 2010 05:42
by raghavendra
hi,

we have a column in one of our table that is of type Clob. when i try to get that table in my Edmx file and use it with other table i get a eror data mismatch. can you suggest how to use Clob and also NClob.

we are using oracle 10g database and Entity Framework.

Regards,
V.Raghavendra.

Posted: Mon 08 Nov 2010 14:20
by Shalex
Please refer to the Entity Framework Data Type Mapping table and check if the mapping in your model is correct. If the problem persists:
1) specify the exact text of the error;
2) tell us the version (x.xx.xxx) of your dotConnect for Oracle (the Tools > Oracle > About menu in Visual Studio);
3) send us a small test project with the corresponding DDL/DML script to reproduce the error in our environment.