Subject Re: [firebird-support] Re: how to create database using command line without an interactive isql
Author Fidel Viegas
On Feb 6, 2008 1:50 PM, Petr Jakes <petr@...> wrote:

> I would like just to know if it is possible to create database
> directly from the command line without aditional files (.sql script or
> existing empty database) and without going to the interactive mode of
> isql.

You could create a shell script that calls isql.

Something like:

fbcreate-db.sh -dbname yourdbname.fdb -u username -p password -charset utf8

I use isql all the time, so I really don't know why you would not want
to use isql.

All the best,

Fidel.