Subject Re: [ib-support] How can I execute this query?
Author Artur Anjos
Vinicius, what components do you use to access IB?

Artur

----- Original Message -----
From: "Vinicius" <vinicius_b@...>
Newsgroups: egroups.ib-support
To: <ib-support@yahoogroups.com>
Sent: Monday, March 18, 2002 8:31 PM
Subject: [ib-support] How can I execute this query?


> I want to make a SQL that execute many delete
> like
> DELETE FROM TABLE1;
> DELETE FROM TABLE2;
> DELETE FROM TABLE3;
> DELETE FROM TABLE4;
> SET TERM ;^
> CREATE PROCEDURE ...
> SET TERM ^;
>
> Witch component in delphi I need to use to make all the string in just one
> execute?
> Like in the IBCONSOLE?
> HELP-ME
>
> Vinicius