Subject | Re: [firebird-support] Re: Unable to INSERT INTO TABLE |
---|---|
Author | Nagy Szilveszter |
Post date | 2013-05-15T19:57:40Z |
Really! :)
Well...that will be the next error i guess...like unknown field or something
insert into allBillOfMaterials('', totalTitles, bomNumber, bomDescription)
AllStar...may i recommend first reading an SQL book before "jumping in deep water"? These errors are not really Firebird related, but basic SQL problems.
________________________________
From: Alexandre Benson Smith <iblist@...>
To: firebird-support@yahoogroups.com
Sent: Wednesday, May 15, 2013 10:50 PM
Subject: Re: [firebird-support] Re: Unable to INSERT INTO TABLE
Em 15/5/2013 16:35, Allstars escreveu:
('') into a int column.
see you !
[Non-text portions of this message have been removed]
Well...that will be the next error i guess...like unknown field or something
insert into allBillOfMaterials('', totalTitles, bomNumber, bomDescription)
AllStar...may i recommend first reading an SQL book before "jumping in deep water"? These errors are not really Firebird related, but basic SQL problems.
________________________________
From: Alexandre Benson Smith <iblist@...>
To: firebird-support@yahoogroups.com
Sent: Wednesday, May 15, 2013 10:50 PM
Subject: Re: [firebird-support] Re: Unable to INSERT INTO TABLE
Em 15/5/2013 16:35, Allstars escreveu:
> Ok sorry, now I am getting a different error. When I do the insert,If I read you example correctly you are trying to insert an empty string
>
> I'm getting a
>
> Error: arithmetic exception, numeric overflow, or string truncation
> string right truncation
>
> What does that mean? Thanks!
>
('') into a int column.
see you !
[Non-text portions of this message have been removed]