Subject | Re: [firebird-support] Issues migrating from FB 1.5 to 2.5 |
---|---|
Author | |
Post date | 2015-06-22T16:08:13Z |
Hi,
i suppose that you have
INSERT INTO TEST(FIELD1, FIELD2, FIELD1) VALUES(1,2,3);
as you can see this is not possible to include “FIELD1” twice
regards,
Karol Bieniaszewski
Sent: Monday, June 22, 2015 5:25 PM
Subject: [firebird-support] Issues migrating from FB 1.5 to
2.5
I have an app that's been working fine for years on an XP box with FB 1.5. I upgraded to a newer box with Win 7 and installed FB 2.5. The app works great for about 95% but I get the following error under certain conditions:
Application Error
General SQL Error
Column XXX.YYY cannot be repeated in INSERT statement.
At line 6 column 78
Is this due to a change in the way strings or INSERTs are handled ? Are there any solutions (I do not have access to the application source).
Thanks in advance for any advice.