What is the SQL Server timestamp equivalent in sqlce? -
I have some data with timestamp in SQL Server, I fancy to store that value in SQL I would like to mix together both values.
What is sqlce equal to the SQL Server timestamp?
timestamp
The timestamp is a data type that automatically Exposes generated binary numbers, which are guaranteed to be unique within a database. The timestamp is usually used as a mechanism for version-stamping table rows. Storage size is 8 bytes.
This value does not make sense outside of that database. In this way I do not know how it can be changed.
In the non-Sybase / SQL Server database, I will use a version number or the last update column
Comments
Post a Comment