Subject Autopost after nextrow
Author marciliosoares
Hi,
When I use IB_Query.NEXT Autopost occurs. How to disable Autopost?

Use IB_Connection and
IB_Transaction (autocommit = false and autocommitretains = false) and
IBQuery (autopostdelete = false) but does not work.
OR I'm doing something wrong?

I want to change, delete, add multiple records at once and post+commit only at the end of my changes in the dataset(ib_query).

Some light? thanks