Subject | Re: With jdbc: how to create a new database (was [Firebird-Java] Digest Number 1134 |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-02-10T17:13:52Z |
> Is this particular to firebird?In this case it is particular to Firebird.
> Using Mysql I am able to create and drop any database. What I do in MysqlShould also work in Firebird, but I did not manage to get it running with
> is connect, omitting the databasename and then issuing the create-
> database statement.
the wire protocol. There is Firebird API call isc_execute_immediate, created
exactly for this purpose, but it does not work for me... In theory should
for in case of native/local/embedded mode, but it is not visible through the
JDBC, at least not yet.
> Why wouldn't jdbc be able to do that for firebird?Open issue :)
> I will see if I can find it. If it works, that's ok with me, even thoughIt is. Default value is 3050.
> it's not as portable as through jdbc.
> Are you saying the port is not optional with firebird?
Roman