Subject | How can I execute this query? |
---|---|
Author | Vinicius |
Post date | 2002-03-18T20:31:56Z |
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
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