Subject Re: [firebird-support] Re: Unable to INSERT INTO TABLE
Author Alexandre Benson Smith
Em 15/5/2013 16:35, Allstars escreveu:
> Ok sorry, now I am getting a different error. When I do the insert,
>
> I'm getting a
>
> Error: arithmetic exception, numeric overflow, or string truncation
> string right truncation
>
> What does that mean? Thanks!
>

If I read you example correctly you are trying to insert an empty string
('') into a int column.

see you !