Subject | Re: [firebird-support] Re: how to create database using command line without an interactive isql |
---|---|
Author | Fidel Viegas |
Post date | 2008-02-06T12:59:06Z |
On Feb 6, 2008 1:50 PM, Petr Jakes <petr@...> wrote:
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.
> I would like just to know if it is possible to create databaseYou could create a shell script that calls isql.
> directly from the command line without aditional files (.sql script or
> existing empty database) and without going to the interactive mode of
> 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.