Subject | Re: Creating new database using JDBC |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-11-11T09:00:49Z |
> I'm just wondering if there is a way to create a new database usingNo, there is no such syntax in JayBird. It has class
> JDBC . For certain databases, such as Cloudscape, there is a special
> syntax for the JDBC connection URL that tells Cloudscape to create a
> new database. Is there a similar function in the Jaybird driver ? Any
> examples ?
org.firebirdsql.management.FBManager that is JMX-compliant component
and can create databases (you can also use it as normal class to
create databases).
Best regards,
Roman Rokytskyy