Subject RE: [firebird-support] Create Database Process
Author Alan McDonald
>
> > On 27-Jan-2005 15:21:57, Martijn Tonies wrote:
> > There's no need to connect first. You can create new database
> > via "isql", the API or any client tool.
>
> Does this require that I attach in some way to the server to do this? If
> so, don't I have to specify a database?
>
> Regards,
> Myles
>

the create database statement already specifies a server and database path.
So it makes the server connection and creates the database in one.
Alan