|
I had this work on an Insert into a table but not on an Update. Follow this:
CREATE TABLE ROB/DTTEST (MYFIELD CHAR (10), THEDATE TIMESTAMP NOT
NULL WITH DEFAULT)
CREATE VIEW ROB/DTTEST2 (MYFIELD) AS SELECT MYFIELD FROM ROB/DTTEST
INSERT INTO ROB/DTTEST2 VALUES('Hi ya')
select * from rob/dttest
MYFIELD THEDATE
Hi ya 1999-08-23-11.41.38.402920
UPDATE ROB/DTTEST2 SET MYFIELD = 'putz'
select * from rob/dttest
MYFIELD THEDATE
putz 1999-08-23-11.41.38.402920
Therefore I recommend the trigger.
doulos1@home.com on 08/21/99 12:56:13 AM
Please respond to RPG400-L@midrange.com@Internet
To: RPG400-L@midrange.com@Internet
cc:
Fax to:
Subject: Re: Timestamp when a record is updated...
Yes sir
______________________________________________
Eric N. Wilson
President
Doulos Software & Computer Services
2913 N Alder St
Tacoma WA 98407
----- Original Message -----
From: Bob Spinks <rspinks@compuserve.com>
To: <RPG400-L@midrange.com>
Sent: Friday, August 20, 1999 2:28 AM
Subject: Re: Timestamp when a record is updated...
> <You can write to a logical that does not include the timestamp field and
> the
> database manager will handle filling the Timestamp field for you... Only
on
> adds.>
>
> Eric,
>
> PF contains fields:
>
> fld1, fld2, fld3, .... of which fld3 is a timestamp field.
>
> LF does not contain fld3(the timestamp field) and
> when a record is written(added) through the LF the
> timestamp field is populated by the DB mgr?
>
> Does this mean that all that is required is to
> define fld3 as a timestamp data type field
> and let the system produce the output?
>
> Bob Spinks
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.