Subject | RE: [firebird-support] Re: Database for images |
---|---|
Author | Leyne, Sean |
Post date | 2007-05-09T16:57:32Z |
Milan,
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
> --- Leyne, Sean wrote:Thanks for the test.
> > 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
> --------------------------------------------
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