Quantcast
Channel: Blinq Preview (RETIRED)
Viewing all articles
Browse latest Browse all 27

Updating a database column of type ntext is NOT working from BLINQ.

$
0
0

Hi All,

I am getting "Value cannot be null. Parameter name:body"  error while updating ntext column in the database. The column attributes are

[Column(Storage=

"_ShortDescription", UpdateCheck=System.Data.DLinq.UpdateCheck.Never, DBType="NText" )]

So, I changed the UpdateCheck to  "UpdateCheck=System.Data.DLinq.UpdateCheck.WhenChanged" and got "SQL Server does not handle comparison of NText, Text, Xml, or Image data types". Got the same error when the setting changed to "UpdateCheck=System.Data.DLinq.UpdateCheck.Always"

 

Any suggestions please

 

Thanks

Vijay

 


Viewing all articles
Browse latest Browse all 27

Trending Articles