Re: Looking for the Oracle equivalent to MS SQL Server timestamp field

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.com>
Date: Tue, 18 Feb 2003 19:55:16 GMT
Message-ID: <Ecw4a.167346$vm2.121390_at_rwcrnsc54>


Except the timestamp in sqlserver is somewhat a misnomer - it has nothing to do with time. You could use a sequence. Jim
"Arch" <aguptill_at_nxtrend.com> wrote in message news:1951755c.0302181136.6fa723a5_at_posting.google.com...
> I'm looking for the Oracle data type and possibly method to shadow the
> MS SQL Server timestamp data type.
>
> From SQL Server Online help a timestamp is defined as:
> timestamp is a data type that exposes automatically generated binary
> numbers, which are guaranteed to be unique within a database.
> timestamp is used typically as a mechanism for version-stamping table
> rows. The storage size is 8 bytes.
>
> I'm not necessarily concernd that the datatype stays binary but the
> funcationality is what I'm after. In particular is the notion of
> ensuring that I can tell if a record has been updated since the data
> was pulled that I'm now working with and possibly updating back to the
> db system.
>
> Thanks in advance.
> Arch
Received on Tue Feb 18 2003 - 20:55:16 CET

Original text of this message