Subject RE: [IB-Conversions] RE: Migrating database from MS SQL or PostgreSQL
Author Claudio Valderrama C.
> -----Original Message-----
> 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?

Not sure if isql will understand that, but you can try
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.