Subject Re: [Firebird-Java] Setting database page size
Author Dmitry Yemanov
Mark Rotteveel wrote:

> I don't think so. To execute a statement, you need a connection, for a
> connection you need an existing database (or you need to go low-level
> with Jaybird).

CREATE DATABASE is an exception here, it should be executed with a NULL
connection handle (at the API level).

> I am not even sure if CREATE DATABASE is available as DSQL

It is. The question is whether Jaybird supports it directly.


Dmitry