Subject Re: [IBO] Re: How to delete a single record using DeleteSQL
Author Harald Klomann
Simply put the delete statement there, like

delete from table where id = : id

harald

asoft@... wrote:

> Thanks for your help.
>