Timestamp and SQL Server CE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does an SQL Server CE database by default maintain a timestamp for each
record or I have to add a Timestamp column myself? Thank you.
 
Eve,

No. there is no timestamp automatically maintained on all records in your
SQL Server CE Database. What are you trying to accomplish?

Also - there is a newsgroup for sqlce:
microsoft.public.sqlserver.ce


--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
 
Thanks for replying.
I need to determine if a record has been modified. Is there a built-in
'dirty bit' flag maybe?
 
Sorry, I forgot I posted a question in microsoft.public.sqlserver.ce, and you
replied to it. Thanks.
 
Back
Top