Subject Re: Running in SQL script files
Author peter_jacobi.rm
Angel Todorov wrote:
> However one thing I have noticed - there seems to be a limit to the
number
> of lines that can be processed by ISQL before choking. Looks like
its about
> 20 lines.

I have definitively used longer scripts successfully.

You can also use "input" in ISQL scripts for including sub-scripts.
> 2. I tried the following:
>
> Isql < /home/user/sql_metadata.txt
>
> which didn't work. Is there a better way?
>

Isql -e -i /home/user/sql_metadata.txt

Regards,
Peter Jacobi