onAfterpost ibctable autocommit

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

onAfterpost ibctable autocommit

Post by calou » Mon 07 Jul 2008 16:19

Hello,

I use ibctable connected to a dbgrid via a datasource. Autocommit is false.
On onafterpost i have an event.
When i write something in my grid, onafterpost occurs. I don't really understand why because the data are not commited?

Thak you for help

Regards

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 08 Jul 2008 07:44

The AfterPost event is fired every time when a record is updated or inserted to the dataset. The AutoCommit property has no influence on this event.

Post Reply