UniDAC

TUniConnection.StartTransaction Method

Starts a new transaction at the server, and specifies whether the transaction is read-only and how database modifications should be handled.

Class

TUniConnection

Syntax

procedure StartTransaction(IsolationLevel: TCRIsolationLevel; ReadOnly: boolean = False); reintroduce; overload;

Parameters
IsolationLevel
Specifies how transactions containing database modifications are handled.
ReadOnly
if True, a read-only transaction will be started.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback