Subject Re: Transactions and dbExpress
Author Christian Kaufmann
Hello Martijn,

> Well, it's ... different. :-) ... At least you can start multiple
> transactions!
You sound like a teacher, always try to see something positive :-).

> If you don't start a transaction, the transaction isolation from
> TSQLConnection.Params is used and it's auto-commit.

But what happens with SELECT statements? Do you open a transaction per
statement? And when does the auto-commit happen?


> Through the TransactionLevel property:
>
> Indicates the transaction to which this dataset belongs.

OK, this is the value of TTransactionDesc.TransactionID I think? Is it
in my responsability, to manage the used TransactionID's? Do they
have to be unique globally or only per TSqlConnection ?

cu Christian