Subject | RE: [IB-Conversions] RE: Migrating database from MS SQL or PostgreSQL |
---|---|
Author | Claudio Valderrama C. |
Post date | 2000-08-18T07:40:10Z |
> -----Original Message-----Not sure if isql will understand that, but you can try
> From: Andreas Tille [mailto:tillea@...]
> Sent: Viernes 18 de Agosto de 2000 3:16
>
> So
> cat <script> | isql
> would work as if I would have typed the stuff in?
isql db_name -i script_file
If this is not enough, you need to add the switches
-user sysdba -password masterkey
and probably you would want to have in a file the result, if errors appear,
so you can add the switches
-m -o some_output_file
C.