Subject | Re: Multiple scripts needing reconnection |
---|---|
Author | sdbeames |
Post date | 2002-11-27T00:14:48Z |
--- In ib-support@y..., "sdbeames" <s.beames@m...> wrote:
then some more DDL to drop a table, and I still get error messages
about an index being in use, unless I manually disconnect & reconnect
before running a second script that drops the table.
I'm using IB_SQL to run the scripts on FB1.0.
Any suggestions?
Thanks,
Steve
> --- In ib-support@y..., "Tomislav Avramovic" <tom@h...> wrote:error
> > Hi Steve
> > You can use many connects in one script
> > __________
> > connect ........;
> > some DDL;
> > connect ........; // Fb will disconnect and connect
> > some DML;
> > __________
> > Tom
>
> Ahah! I think I was trying to disconnect first, and was getting
> messages. I'll give your way a try.This doesn't seem to help me. I have a some DDL, a COMMIT, a CONNECT,
>
> Thank you,
> Steve
then some more DDL to drop a table, and I still get error messages
about an index being in use, unless I manually disconnect & reconnect
before running a second script that drops the table.
I'm using IB_SQL to run the scripts on FB1.0.
Any suggestions?
Thanks,
Steve