Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

should timestamp contain anything 1

Status
Not open for further replies.

jgoodman00

Programmer
Joined
Jan 23, 2001
Messages
1,510
If you open a table in access (or Enterprise manager), should the timestamp field have an entry for each record?

If so, under what circumstances does it get an entry? James Goodman
j.goodman00@btinternet.com
 

A SQL Server Timestamp column is updated every time a cloumn is updated. It contains a binary value guaranteed to be unique. Enterprise Manager usually shows <Binary> rather than the actual value. Query Analyzer will return a value. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
I believe that if you link to a SQL Server table with MS Access, it will display the timestamp field as blank.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top