Subject Stack overflow
Author Robert Martin
Hi

Not sure if I have written about this before but we have a console / web
service app that is occasionally coming up with a 'stack overflow' error
message. The IB_Query is working within a transaction doing a simple

Update table a
set fieldname = 'T'
WHERE aField = :x and anotherField = :y

Both params are set using .parambyname

I can trap the exception using a try except and attempt to retry but
when I do the application completely blows away and brings up the
Windows report an error screen.

I am on an older version of IBO ( 4.8.7 ) and working with FB 2.5 is it
possible there is some sort of problem between the two? Is there anyway
to track what is going on?

Thanks
Rob