TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jitendra dodiya
NA
1
0
The data types text and nvarchar are incompatible in the equal to operator+sql exception
May 21 2010 9:33 AM
I found following exception while updation.
The data types text and nvarchar are incompatible in the equal to operator
<code>
Task_DetailsTable.Context.Refresh(RefreshMode.KeepCurrentValues, objTask);
Task_DetailsTable.Context.SubmitChanges();
</code>
where;
private Table<Task> Task_DetailsTable;
and objTask contanning the feilds of table.
Reply
Answers (
0
)
calling a DLL function using function pointers
LINQ Problem