Subject Re: Issue: deadlock with Firebird and Delphi. ref/eDN7002040583
Author Adam
--- In firebird-support@yahoogroups.com, "Dennis" <dennis@...> wrote:
>
> Dear Ivan
>
>
>
> The post is you know, the dataset.post.

Dennis,

In Firebird, there is no such concept. If you are using some data
aware componentset, these components will automatically convert
actions made against the dataset into the appropriate
insert/update/delete statement(s).

In addition, Firebird requires each query to be run inside a
transaction, which means transactions must be explicitly started and
committed. Again, your dataset.post may be doing some sort of autocommit.


Adam