Subject Re: TimeStamp Problem in procedures
Author trac_t2000
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@i...> wrote:
> 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


Yeap, that did it. Thank you Daniel and Ann.