Clob datatype

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
raghavendra
Posts: 3
Joined: Fri 23 Apr 2010 10:08

Clob datatype

Post by raghavendra » Mon 08 Nov 2010 05:42

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 08 Nov 2010 14:20

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.

Post Reply