Subject Re: is query size a factor
Author Adam
--- In firebird-support@yahoogroups.com, "sathiesh81" <sathiesh81@...>
wrote:
>
> Hi All
>
> I tried to execute a query having size more than 15KB. It gives error
> message as:
>
> Invalid token.
> invalid request BLR at offset 1286.
> BLR syntax error: expected record selection expression clause at
> offset 1286, encountered 36.
>

The maximum query size is 64K. It is talking about BLR, are you
running this query inside a view, stored procedure, or trigger?

Adam