[firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-16 Thread Allstars
Yes, I got it to work. Thank you! --- In firebird-support@yahoogroups.com, Nagy Szilveszter nagy_szilveszter@... wrote: Did you commit after creating the table? From: Allstars data@... To: firebird-support@yahoogroups.com Sent:

[firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-15 Thread Allstars
No I didn't think I have to since there is no transaction statements. --- In firebird-support@yahoogroups.com, Nagy Szilveszter nagy_szilveszter@... wrote: Did you commit after creating the table? From: Allstars data@... To:

[firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-15 Thread Allstars
Hey it worked!! Thanks for the help! Really appreciate it! --- In firebird-support@yahoogroups.com, Allstars data@... wrote: Hello there, I am fairly new to FIREBIRD SQL. I am using WINSQL as my database management system. I am trying to insert into a table I created. create table

[firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-15 Thread Allstars
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! --- In firebird-support@yahoogroups.com, Allstars data@... wrote: Hey it worked!!

Re: [firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-15 Thread 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

Re: [firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-15 Thread W O
As Dmitry said, the data is bigger than column size, but: which column is the culprit? I don't know why, but Firebird never tell us that information, in cases like it you only can do: try and error. When you are an expert it is easy at first sight to find the culprit column but for a begginer it

Re: [firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-15 Thread Nagy Szilveszter
, but basic SQL problems. From: Alexandre Benson Smith ibl...@thorsoftware.com.br 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

Re: [firebird-support] Re: Unable to INSERT INTO TABLE

2013-05-15 Thread Hannes Streicher
Guten Tag 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