Subject | Re: [firebird-support] Script Execution with Firebird 1.5 |
---|---|
Author | Martijn Tonies |
Post date | 2005-05-31T13:41:14Z |
> I try it also with T_IBScript from IBObjects... with the same result. ItWhat result? You didn't tell us any. For now, I see no reason why
> worked well with Interbase.
the script-component from IBO shouldn't work.
With regards,
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
> > This is a real silly question...
> >
> > How can I execute more than one SQL...
> >
> > I try following:
> >
> > DROP VIEW V_NEWORDERHEADER;
> > DROP VIEW V_NEWORDER;
> >
> > But IBExpert seems not to like the second drop command.
>
> So your actual question is "Script execution with IBExpert"? :-)
>
> Try it's "Script Executive" tool instead of its SQL Editor.