There are several ways. few of them are 1. Capturing the database updates thru log file/table and acquiring the same whenever required.
2. writing a trigger after update 3. A standard database table will always contain the last updated timestamp and last updated user name. it is used to get the recent modified time Regards, Latha On Thu, Sep 25, 2008 at 9:51 AM, dhivya <[EMAIL PROTECTED]> wrote: > > > In Detail: > Say, I read all the data into my vb form from an Oracle table. And I > need to know whether it has been updated after that without reading > the same data again. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en -~----------~----~----~----~------~----~------~--~---