Subject Re: Restore Error
Author Alexander V.Nevsky
--- In ib-support@yahoogroups.com, "ijmivan" <ijmivan@y...> wrote:
> Hi,
>
> I am with a problem when i try to restore a backup file created in
> the Linux
> to Windows. I am using Firebird 1.0.2.
>
> The message error ocurrs during the restore:
>
> ERROR: Implementation limit exceeded
> block size exceeds implementation restriction

Ivan, most likely your database was created on more earlier version
of the engine and there are chars/varchars in your database close to
64K limit or expressions with concatenation which can result in such
strings. Firebird check definitions, no real data size.

Best regards, Alexander.