Subject Re: [Firebird-Java] Re: How is it possible to change Page_Size to 2048 ?
Author Roman Rokytskyy
> And GDS implementation may allow to use same "CREATE DATABASE" which
> is what I have to learn.

Only if you use either NATIVE or EMBEDDED types of GDS and use the
iscExecuteImmediate calls. The PURE_JAVA does not support this - I did not
manage to find out how to do this.

Roman