Subject Re: [firebird-support] Re: TimeStamp Problem in procedures
Author Ann W. Harrison
At 03:39 PM 9/27/2004, trac_t2000 wrote:

>I am using CURRENT_TIMESTAMP.

You are enjoying a standard SQL feature. All parts
of a transaction run at exactly the same time, by
definition. If you use the value 'now', you get
the old [bad] behavior of inserting the actual time.

Regards,


Ann