Subject Re: [Firebird-Java] Firebird and The Rest of The World
Author Rodolfo M. Raya
On Mon, 2004-03-15 at 07:14, Phil Shrimpton wrote:
> On Friday 12 March 2004 22:24, Rodolfo M. Raya wrote:
> > 1) Firebird creates a file and the user must know the path to the
> > database in order to use it. We had to modify our programs to let the
> > user enter the path to the database. We prefer to pass a name to the
> > server and let it handle storage.
>
> This has been addressed in FB1.5 with Aliases

Hello Phil,

As I understood from the new features page in Firebird's web site, you
have to write alias information in aliases.conf file. This means another
modification to our code base, precisely what we want to avoid.

We want to execute the following statement

CREATE DATABASE SAMPLEDB

through the JDBC driver and let the server create all the necessary
files automatically in server's directory. Also, we want to execute

DROP DATABASE SAMPLEDB

to get rid of a database that we don't need anymore.

AFAIK, this is not possible now.

Regards,
Rodolfo




--
Rodolfo M. Raya <rmraya@...>
Maxprograms