Subject | Re: SQL query aborts when SQL statement is too long or complex. |
---|---|
Author | Dmitry Yemanov |
Post date | 2014-02-06T06:14:29Z |
06.02.2014 10:08, hosodaamiya wrote:
Dmitry
>How many conditions are combined by OR/IN?
> 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.
> What is the cause of forced termination?I bet the reason is not enough stack space configured for your application.
Dmitry