Subject | RE: [firebird-support] Creating a database using DSQL |
---|---|
Author | Alan McDonald |
Post date | 2008-11-17T10:21:06Z |
> IB Express components in Delphi 5From 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