Subject RE: [firebird-support] Creating a database using DSQL
Author Alan McDonald
> IB Express components in Delphi 5
>
From the IB Help:

Applies to

TIBDatabase

Declaration

procedure CreateDatabase

Description

The CreateDatabase method will attempt to create an InterBase database as
specified by the DatabaseName property. You must provide a UserName and
Password, and the IBDatabase component must be closed before calling
CreateDatabase.

If for some reason the database creation fails, an exception will be raised.



Alan