Subject | RE: [IBO] Autopost after nextrow |
---|---|
Author | Support List |
Post date | 2011-08-02T22:43:27Z |
> When I use IB_Query.NEXT Autopost occurs. How to disable Autopost?This cannot be disabled.
What you can do is make use of CachedUpdates if you want to prevent changes
from being posted to the server. They will merely be posted into update
buffers.
> Use IB_Connection andIt seems you don't quite understand how datasets work.
> 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+commitYou need to use CachedUpdates for this.
> only at the end of my changes in the dataset(ib_query).
>
> Some light?
Regards,
Jason LeRoy Wharton
www.ibobjects.com