Subject How can I execute this query?
Author Vinicius
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