Subject Re: [firebird-support] Re: Database for images
Author Ivan Prenosil
> The error message is incorrect, 32KB is a short integer value.

No, maximum is 32K-1.

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

The same, maximum is 64K - 1.

Ivan