Subject Re: [firebird-support] Can't insert transaction.
Author Helen Borrie
At 12:57 AM 8/08/2008, you wrote:
>Error Message:
>----------------------------------------
>Overflow occurred during data type conversion.
>conversion error from string "CURRENT_TIMESTAMP".

Remove the quotes from CURRENT_TIMESTAMP. It is a context variable, not a date literal like 'NOW' or 'TODAY'.

./heLen