Subject | Windows .bat db creation script. |
---|---|
Author | paulbramble |
Post date | 2005-08-01T16:23:26Z |
Windows isn't my strong suit, but I to write a "shell" script to
create a firebird database, execute a script that creates the schema,
and then run a script that loads the database with some initial values.
In otherwords:
SET DBNAME = yada/yada/yada/MY.FDB
create the database DBNAME;
run schema script;
run db-init script;
Any help, or references to an existing document would be greatly
appreaciated,
Thanks,
Paul
create a firebird database, execute a script that creates the schema,
and then run a script that loads the database with some initial values.
In otherwords:
SET DBNAME = yada/yada/yada/MY.FDB
create the database DBNAME;
run schema script;
run db-init script;
Any help, or references to an existing document would be greatly
appreaciated,
Thanks,
Paul