Subject Re: Implementation limit exceeded
Author Daniel Putra
--- In firebird-support@yahoogroups.com, Dmitry Yemanov <dimitr@...>
wrote:
>
> Daniel wrote:
> >
> > No, I deleted the irrelevant fields for simplicity. Please find
below
> > the DDL generated via FlameRobin.
>
> Total length of the data in the select list is limited by 64K.
>
> In your case, I would think about replacing varchar(32K) columns with
> text blobs.
>
>
> Dmitry
>

Thank you Dmitry and Hannes - The varchar(32K) were the problem makers.

Daniel