Search found 1 match

by kathylaw725
Mon 23 Nov 2009 22:03
Forum: dotConnect for Oracle
Topic: Cannot Convert error.
Replies: 9
Views: 2840

Cannot Convert error.

I have installed version 5.35.54. Using Oracle 10g in VS2008.

I have a table where one of it's columns is of type NCLOB.

Using EF, we have a conceptual model generated from the database.

When inserting a new row onto that table, whenever the NCLOB is set (in C#, the type is String), I've got a "Cannot Convert" error in the provider when SaveChanges is called.

Am I doing something wrong?