Subject Re: [Firebird-Java] Setting database page size
Author Roman Rokytskyy
> I was talking about the Firebird API implemented in fbclient. It has a
> special code to execute CREATE DATABASE via isc_dsql_execute_immediate()
> without any priorly established connection to the server.
>
> I doubt such trick can be implemented in Java though.

So far I was not able to find out appropriate sequence on the wire protocol to
support isc_dsql_execute_immediate without db and tr handle. That is why the
CREATE DATABASE is not supported. But AFAIK fbclient is able to do this on the
remote database, so one has to invest some more time into research.

Roman