Subject Begin...End in SQL with Firebird...
Author Jair RC
Hi! I would like to know if he has some forecast to implement in the
Firebid, the feature of Tablets (Blocks) of SQL (equal to the used one in
the Oracle).

The lack of this is causing me a great difficulty very to carry through some
procedures in mine softwares.

Note: I do not want to use stored procedures. I want to use directly in a
TQuery.

Example:
BEGIN
Delete from table1... ;
Insert into table1.... ;
Insert into table1.... ;
Insert into table2.... ;
END;


Thanks

Jair RC
Brazil