Subject Re: SQL query aborts when SQL statement is too long or complex.
Author Dmitry Yemanov
06.02.2014 10:08, hosodaamiya wrote:
>
> SQL query aborts when SQL statement is too long or complex.
> Firebird seems to fail to handle the error of complecated SQL statement
> when an error occurs at fbembedde.dll.
> SQL query that includes IN operator with multiple columns and
> OR conditons have been aborted in our development environment.

How many conditions are combined by OR/IN?

> What is the cause of forced termination?

I bet the reason is not enough stack space configured for your application.


Dmitry