Subject | jdbc |
---|---|
Author | Pruteanu Dragos |
Post date | 2010-11-09T15:16:39Z |
Hello Firebird,
My question:
When I connect to Firebird I have to specify
jdbc:firebirdsql:localhost/3050:/firebird/test.gdb
with the path to my database file on the server.
In my case I want to download Firebird, install it, and do no other actions than
connect with JDBC, eventually specify in the jdbc link that I want to create a
new database;
My sample:
jdbc:firebirdsql:localhost/3050:/firebird/test.gdb;create=true;
This is the case for DbSchema tool, where simple users, with less SQL knowledges
wants to install Firebird and create the database using visual tools.
Also, is it possible to connect and send a command 'list databases'?
I mean connect using
jdbc:firebirdsql:localhost/3050
and send command
list databases ?
This may help to find installed databases ( known to Firebird ). Many times we
create a database and forget where we put it.
Regards,
Dragos Pruteanu
DbSchmea.com
[Non-text portions of this message have been removed]
My question:
When I connect to Firebird I have to specify
jdbc:firebirdsql:localhost/3050:/firebird/test.gdb
with the path to my database file on the server.
In my case I want to download Firebird, install it, and do no other actions than
connect with JDBC, eventually specify in the jdbc link that I want to create a
new database;
My sample:
jdbc:firebirdsql:localhost/3050:/firebird/test.gdb;create=true;
This is the case for DbSchema tool, where simple users, with less SQL knowledges
wants to install Firebird and create the database using visual tools.
Also, is it possible to connect and send a command 'list databases'?
I mean connect using
jdbc:firebirdsql:localhost/3050
and send command
list databases ?
This may help to find installed databases ( known to Firebird ). Many times we
create a database and forget where we put it.
Regards,
Dragos Pruteanu
DbSchmea.com
[Non-text portions of this message have been removed]