Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-14 : 22:03:53
|
| ramesh writes "Dear sir,While i am trying to insert or update a timestamp field ,it throws exception like "can't edit this cell - the field is having default value <Binary>".i like to know how to insert or update timestamp field into the tableThanksRamesh.r" |
|
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2002-04-15 : 03:18:32
|
| You can't edit these fields. A timestamp field does not hold date/time information as you may expect. These fields are automatically updated when a row is inserted or updated. You'll probably need to add your own datetime field to your table. |
 |
|
|
|
|
|