Subject Re: [ib-support] Interbase connection problems
Author Svein Erling Tysvaer
Why do you use doublequotes? I guess it shouldn't crash anything, but using
singlequotes is what is recommended.

Set

At 15:51 03.03.2003 +0200, you wrote:
>CREATE TRIGGER FEES_ADD FOR FEES BEFORE INSERT POSITION 0 AS
>BEGIN
>new.date_entered = "NOW";
>
>END
>
>I hope this helps