asp.net mvc linq sql problem
Posted
by user339449
on Stack Overflow
See other posts from Stack Overflow
or by user339449
Published on 2010-05-12T15:12:07Z
Indexed on
2010/05/12
15:34 UTC
Read the original article
Hit count: 255
Hi all,
Now I am working on project using asp.net mvc 2 and linq to sql, the problem is occurs when trying to insert data in a table where the table has an identity column type of tinyint. When trying to insert the error following error occurs,
The primary key column of type 'TinyInt' cannot be generated by the server.
What is the problem, does linq to sql support tinyint datatype?
Please help me
© Stack Overflow or respective owner