On Thu, Aug 28, 2008 at 10:31 PM, Timothy Madden <terminatorul@...>wrote:
On Tue, Aug 26, 2008 at 12:25 AM, Helen Borrie <helebor@...> wrote:
[...]
You may think the parameter names might be too long, but they are all up to
31 characters, and I also tried with shorter names (with less zeroes in
them), and I get the same error pointing on the same digit of 7 :)
If I try to insert a record with a similiar statement, than things work as
expected.
Actually I got this error with an insert statement too:
The error line and column numbers refer to the statement as written on a
single line.
It points into the name of the first query parameter.
I do not know what can cause it. Thousands of similar statements, that
populated my 'Userfields' and 'Userfields1' tables, which come before
'Userfields2', worked before this one raised an exception.
Looking at the table DDL with IBExpert personal shows the table is created
like this
(although I use an equivalent different statement in my application):