Subject | Re: [firebird-support] Re: how to create database using command line without an interactive isql |
---|---|
Author | Nick Upson |
Post date | 2008-02-06T13:01:12Z |
you can do
isql ..... << !!
create database ...
commit
!!
if you just want to keep in all in one file
isql ..... << !!
create database ...
commit
!!
if you just want to keep in all in one file
On 06/02/2008, Petr Jakes <petr@...> wrote:
> > I don't know why you don't wanna use isql script but you can always
> > copy an existing database with cp command!
>
> Yes I am thinking about such a solution as well. Thanks.
>
> 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.
>
> Petr
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://www.firebirdsql.org and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Yahoo! Groups Links
>
>
>
>