Subject | RE: [firebird-support] Create Database Process |
---|---|
Author | Helen Borrie |
Post date | 2005-01-28T03:03:50Z |
At 08:31 PM 27/01/2005 -0600, you wrote:
API by whatever means you normally communicate through the API. Follow it
up with a COMMIT statement and the server will connect to the new database
and send the database handle back to the waiting application -- exactly as
it does when isql happens to be the waiting application.
In 1.5.x, if you pre-configure (either manually, or from your application
or an installer script) an alias for the intended database file, the alias
will even become available after the commit.
./heLen
>Can the CREATE DATABASE statement be executed from any client (jdbc orIt's a fully-available DDL statement.
>Delphi components for example), or is it purely a function of isql?
>It seems to mee that I read somewhere that it is a function of isql. IJust send a valid CREATE DATABASE or CREATE SCHEMA statement through the
>would love to be corrected though.
API by whatever means you normally communicate through the API. Follow it
up with a COMMIT statement and the server will connect to the new database
and send the database handle back to the waiting application -- exactly as
it does when isql happens to be the waiting application.
In 1.5.x, if you pre-configure (either manually, or from your application
or an installer script) an alias for the intended database file, the alias
will even become available after the commit.
./heLen