Subject | Re: Transactions and dbExpress |
---|---|
Author | Christian Kaufmann |
Post date | 2005-05-13T09:51:55Z |
Hello Martijn,
statement? And when does the auto-commit happen?
in my responsability, to manage the used TransactionID's? Do they
have to be unique globally or only per TSqlConnection ?
cu Christian
> Well, it's ... different. :-) ... At least you can start multipleYou sound like a teacher, always try to see something positive :-).
> transactions!
> If you don't start a transaction, the transaction isolation fromBut what happens with SELECT statements? Do you open a transaction per
> TSQLConnection.Params is used and it's auto-commit.
statement? And when does the auto-commit happen?
> Through the TransactionLevel property:OK, this is the value of TTransactionDesc.TransactionID I think? Is it
>
> Indicates the transaction to which this dataset belongs.
in my responsability, to manage the used TransactionID's? Do they
have to be unique globally or only per TSqlConnection ?
cu Christian