Transaction Level

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pghiglia

Transaction Level

Post by pghiglia » Mon 02 May 2005 15:05

Can I change the transaction isolation level at runtime ?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 04 May 2005 10:54

Yes, use TMSConnection.IsolationLevel := OLEDBAccess.ilRepeatableRead

Remember to add unit OLEDBAccess to uses clause.

Post Reply