Checking when a row was last modified

I want to get rows insert and last update time, without using user-defined colons. how can i do?Thanks
[123 byte] By [rmgunduza] at [2007-11-27 7:08:51]
# 1

RMG,

I believe that will depend on the DBMS you are interacting with.

Forgive me, but I couldn't find that information in your post.

Or is this a trick question?

As far as I know, with Oracle DBMS you cannot access this information even though Oracle does put time stamps on database table rows, I believe. Hence people usually add time stamp columns to their tables and manually keep track of this information.

I am not sufficiently familar with other DBMS's in order to comment on them.

Good Luck,

Avi.

abramiaa at 2007-7-12 19:00:17 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...