Subsonic 3.0 with timestamp field in SQL 2005

subsonic3timestamp

I have a timestamp field in a table and when i create a new instance of my object, set some fields, do not set the timestamp field and use the .Save(), i get an error saying that i cannot set an exlicite value to a timestamp field during an INSERT.

How can i have SubSonic not save anything in that perticular field?

Thank you

Best Answer

I'm not sure I perfectly understand the question, but the default SubSonic templates are set up to treat certain date/time fields as special cases, those being CreatedOn and ModifiedOn. You could look through your T4 template for references to those fields and modify their behavior.

Does this even apply to your situation, or are your timestamp fields named something else completely?