Subject | Re: [firebird-support] Can't insert transaction. |
---|---|
Author | Dee Holtsclaw |
Post date | 2008-08-07T21:31:43Z |
On Thursday 07 August 2008 5:22:51 pm Alan McDonald wrote:
<SNIP>
> > > Error Message:
> > > ----------------------------------------
> > > Overflow occurred during data type conversion.
> > > conversion error from string "CURRENT_TIMESTAMP".
>
> use single quotes
> Alan
My initial guess is that CURRENT_TIMESTAMP is being interpreted as a string
when it should not be. Maybe a CAST('CURRENT_TIMESTAMP' AS TIMESTAMP) is in
order ...