Subject Re: [Firebird-Java] Setting database page size
Author Mark Rotteveel
Alec Swan wrote:
> Catalin, thank you for this great suggestion.
> Dmitry, are you saying that I can execute CREATE DATABASE using just a jdbc
> connection to the server and not the database? How would I specify where to
> create the database file given that CREATE DATABASE statement does not take
> it as a parameter?

I don't think you can establish a connection without a database using
the default JDBC API as implemented in Jaybird (I might be wrong
though). But anyway, CREATE DATABASE takes the full path of the database
as the first argument, so you can specify where to create the file.
--
Mark Rotteveel