Can someone help me with this? I was trying to insert a record into our DB where the data type was a TinyInt and received this error "The primary key column of type 'TinyInt' cannot be generated by the server. ".
I did a bit of Googling and found one post where it states the Linq does not support TinyInt for AutoIncrement columns.
Is this true?
Is there a reason?
I was able to switch the data type to SmallInt and all was good.
Looking for feedback.
Till next time,
Posted
03-25-2008 3:15 PM
by
Derik Whittaker