Subject Re: Script to run scripts
Author sdbeames
--- In ib-support@y..., "Ivan Prenosil" <prenosil@m...> wrote:
> > From: Todd Brasseur
> > Is it possible to create a script that runs a bunch of scripts?
>
> Yes, use INPUT command:
>
> INPUT MyScript1.sql;
> INPUT MyScript2.sql;
> INPUT MyScript3.sql;
>
>
> Ivan

I tried this using IB_SQL to run my script on a FB1.0 db and got
an 'unknown token INPUT' error.

Is my use of IB_SQL the problem here?

Thanks,
Steve