Subject | Re: Transactions and dbExpress |
---|---|
Author | Christian Kaufmann |
Post date | 2005-05-13T09:11:10Z |
Hello Martijn,
programming highlight (...).
So if I don't start a transaction myself, then you start one in the
driver and I have no control, over this transaction through dbExpress?
And how can I set the transaction for a TSQLDataSet ?
cu Christian
> Any INSERT/etc will use auto-commit by default, unless aThe more I look at SqlExpr.pas, the more I think, this is not a
> transaction has been started.
>
> Any new statement will use the last started transaction, unless you
> explicitly tell it to use another.
programming highlight (...).
So if I don't start a transaction myself, then you start one in the
driver and I have no control, over this transaction through dbExpress?
And how can I set the transaction for a TSQLDataSet ?
cu Christian