Subject | AW: [firebird-support] Isql and add scripts... |
---|---|
Author | Bertram Grillitsch |
Post date | 2004-07-28T20:15:54Z |
thanx a lot.
All works fine now.
Bertram
All works fine now.
Bertram
On 28 Jul 2004 at 7:45, Bertram Grillitsch wrote:
>I'm getting some strange errors while using isql for initial db-setup.
>Here is what I do:
>
>isql.exe C:\hberp.fdb -i C:\create_db.sql -u SYSDBA -p masterkey
This ^^^^^^^^^^^^ is superfluous because you use CREATE DATABASE
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.
[Non-text portions of this message have been removed]