Results 1 to 2 of 2

Thread: Binary Vs. TimeStamp

  1. #1
    Sreenivas Malladi Guest

    Binary Vs. TimeStamp

    Can I use "timestamp" datatype in SQL Server as the equivalent datatype for "binary" in ACCESS 2000?

  2. #2
    Juergen Leis Guest

    Binary Vs. TimeStamp (reply)

    "timestamp" is of type binary(8) but it cannot be set in sql server
    - it is filled automatically like an autonumber
    - and additionally it is updated every time the row is updated

    So use binary if you need binary.

    ------------
    Sreenivas Malladi at 1/12/2002 8:30:04 AM

    Can I use "timestamp" datatype in SQL Server as the equivalent datatype for "binary" in ACCESS 2000?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •