vote up 0 vote down star

My problem is about the timestamp column in one of my database tables. This field is required because sqlserver automatically generates it. Since this column is required subsonic included it in the insert query..

im using subsonic 3.0

info.Save();

error message:

Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column.

flag

25% accept rate

1 Answer

vote up 0 vote down

Have a look at the following answer for a workaround for this:

http://stackoverflow.com/questions/1552763/subsonic-how-to-exclude-a-table-column-so-that-its-not-included-in-the-generated/1552836#1552836

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.