2009-10-15 81 views
1

我的問題是關於我的一個數據庫表中的時間戳列。這個字段是必需的,因爲sqlserver自動生成它。由於需要此列亞音速包括它在插入查詢..插入記錄上的亞音速時間戳問題

IM使用亞音速3.0

info.Save();

錯誤消息:

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.

回答