Subject Re: [IBO] two questions
Author lester@lsces.globalnet.co.uk
> 1) How I can delete in one shot all the content of a table ?

DELETE FROM TABLE

> 2) How I can delete in one shot all the selected row?

DELETE FROM TABLE WHERE ROW = XXX

Just make the WHERE clause select the row or rows you want
to delete.

( Of cause you put this in an IB_DSQL, or use it in IB_SQL )

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services