Subject RE: [ib-support] How can I execute this query?
Author Thomas Steinmaurer
Vinicius,

this depends on your used data access components. IBO and IBX (don't
know about FIBPlus, but probably too) have a script component,
which can run several SQL statements at once.

Have a look at:

IBO => TIB_Script
IBX => TIBScript

HTH,
Thomas Steinmaurer
IB LogManager 2.0 - The Logging Tool for Interbase/Firebird
http://www.iblogmanager.com

> -----Original Message-----
> From: news@... [mailto:news@...]On Behalf Of
> Vinicius
> Sent: Monday, March 18, 2002 9:32 PM
> To: ib-support@yahoogroups.com
> 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
>
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>