Subject | Re: [Firebird-Java] Setting database page size |
---|---|
Author | Mark Rotteveel |
Post date | 2009-08-18T17:12:57Z |
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).
I am not even sure if CREATE DATABASE is available as DSQL, I think it
might be only valid in ISQL.
Mark
Alec Swan wrote:
Mark Rotteveel
connection you need an existing database (or you need to go low-level
with Jaybird).
I am not even sure if CREATE DATABASE is available as DSQL, I think it
might be only valid in ISQL.
Mark
Alec Swan wrote:
> Mark, I understood your suggestion. Thanks.--
>
> However, I was wondering if it is possible to create a database using
> "CREATE DATABASE" sql statement when running in embedded mode?
Mark Rotteveel