Thread: altered records

altered records

From
"Ricardo Baumann"
Date:
Hi

I need to know what records from a table have been altered since a determined date. Can I obtain that with jdbc or just with DML?

--
Atenciosamente;

Ricardo Luís Baumann

gemini.richard@gmail.com
"...'cause what you do in your life, echoes in eternity..."

Re: altered records

From
Dave Cramer
Date:
I don't believe there is a way to determine this unless you explicitly put this in your data model.

Dave
On 30-Oct-06, at 7:16 AM, Ricardo Baumann wrote:

Hi

I need to know what records from a table have been altered since a determined date. Can I obtain that with jdbc or just with DML?

--
Atenciosamente;

Ricardo Luís Baumann

gemini.richard@gmail.com
"...'cause what you do in your life, echoes in eternity..."

Re: altered records

From
Marc Herbert
Date:
Dave Cramer <pg@fastcrypt.com> writes:

> I don't believe there is a way to determine this unless you explicitly put this in your data model.

Dave,

 Your answer is not JDBC-specific, but applies to:

                      Yes    No
- any DB interface     x
- any DBMS             x
- most DBMS              N/A

Crosses are my bets.

Thanks in advance!


Cheers,

Marc.