Subject Re: Multiple scripts needing reconnection
Author sdbeames
--- In ib-support@y..., "Tomislav Avramovic" <tom@h...> wrote:
> 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 error
messages. I'll give your way a try.

Thank you,
Steve