Subject RE: [firebird-support] Re: Database for images
Author Leyne, Sean
Milan,

> --- Leyne, Sean wrote:
> > I would have sworn that FB did 32KB pages
>
> I just tried to create such database (FB2.1) and got this:
>
> ------------------------------------------
> Message: isc_dsql_execute_immediate failed
>
> SQL Message : -842 Wrong numeric type
>
> Engine Code : 335544569
> Engine Message : Dynamic SQL Error
> SQL error code : -842 Short integer expected
> --------------------------------------------

Thanks for the test.

The error message is incorrect, 32KB is a short integer value. I think
the engine is throwing this error instead of "Unsupported Page Size".


Additionally, 64KB also fits into an *unsigned* short integer value.


Sean