Subject | Re: [firebird-support] Isql and add scripts... |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-07-28T07:27:28Z |
On 28 Jul 2004 at 7:45, Bertram Grillitsch wrote:
statement in your script. Even more - the database does not exist
yet, so error you got is quite correct.
The same for user name and password in command line. You should
provide them in command line along with database name only if you
want to connect to existing database.
About commit between tables and constraints creation you already
had been told.
SY, Dimitry Sibiryakov.
>I'm getting some strange errors while using isql for initial db-setup.This ^^^^^^^^^^^^ is superfluous because you use CREATE DATABASE
>Here is what I do:
>
>isql.exe C:\hberp.fdb -i C:\create_db.sql -u SYSDBA -p masterkey
statement in your script. Even more - the database does not exist
yet, so error you got is quite correct.
The same for user name and password in command line. You should
provide them in command line along with database name only if you
want to connect to existing database.
About commit between tables and constraints creation you already
had been told.
SY, Dimitry Sibiryakov.