Subject | Re: [Firebird-Java] Setting database page size |
---|---|
Author | Mark Rotteveel |
Post date | 2009-08-20T15:13:18Z |
Alec Swan wrote:
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
> Catalin, thank you for this great suggestion.I don't think you can establish a connection without a database using
> 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?
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