Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a MS-SQL 2000 db with a timestamp field. What is the best type in c# to use to store the value of a timestamp? The Doc's suggest that it is an 8 Byte number and that it should be stored in a DateTime. Is this correct? Thanks Stephen.