rolfhsp
2011-03-14 13:20:05 UTC
From a physical data model, when choosing "Generate database" or
"Apply Model changes to database", and deselecting the option for "one
file only", PD generates a set of files, one main sql file (default
named "_all.sql") and several other files for the table definitions.
In the _all.sql, the other files are referenced by "isql -i
<filename>".
But how can I run this _all.sql file?
If I try to run it by using "isql -Sxxx -Dxxx -Uxxx -Pxxx -i _all.sql"
then it fails when it comes to the isql commands.
Apparently you cannot run an isql command inside an isql session...?
How am I supposed to run the upgrade if I don't want to run it
straight away from PD itself?
Kind regards,
Rolf Pedersen
"Apply Model changes to database", and deselecting the option for "one
file only", PD generates a set of files, one main sql file (default
named "_all.sql") and several other files for the table definitions.
In the _all.sql, the other files are referenced by "isql -i
<filename>".
But how can I run this _all.sql file?
If I try to run it by using "isql -Sxxx -Dxxx -Uxxx -Pxxx -i _all.sql"
then it fails when it comes to the isql commands.
Apparently you cannot run an isql command inside an isql session...?
How am I supposed to run the upgrade if I don't want to run it
straight away from PD itself?
Kind regards,
Rolf Pedersen