asp.net mvc linq sql problem
- by user339449
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