Re: sysdate in forms
From: Robin Quasebarth <robinq_at_data-point.com>
Date: Tue, 04 Jan 2000 21:26:24 -0800
Message-ID: <3872D5FA.61987964_at_data-point.com>
Date: Tue, 04 Jan 2000 21:26:24 -0800
Message-ID: <3872D5FA.61987964_at_data-point.com>
Yes, that is important to note expecially when I was doing time-clock stuff. You need to:
select sysdate
into :block,item
from dual;
to get the consistant server date. rq
>>Harlin Setiadarma <harlins_at_bigfoot.com wrote:
>>I have found in some docs that 'sysdate' in forms like this :
>>:block.item := sysdate;
>>will return client date not server date.
>>I hope this information can be used....
Received on Wed Jan 05 2000 - 06:26:24 CET