Subject Re: [Firebird-Java] Setting database page size
Author Dmitry Yemanov
Alec Swan wrote:
>
> Dmitry, are you saying that I can execute CREATE DATABASE using just a jdbc
> connection to the server and not the database?

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.


Dmitry