Transaction Isolation Level Setting

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
mountainlan

Transaction Isolation Level Setting

Post by mountainlan » Tue 19 Apr 2005 04:32

Hi, how can I change the transaction isolation level to what I want when by setting Params? I noticed that there is a parameter named MSSQL TransIsolation in the dbExpress driver shipped by Borland. I wonder whether there is a similar one in CoreLab dbExpress driver.
Thanks!

Mountain

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

Post by Ikar » Wed 20 Apr 2005 08:36

You should use 'SQLServer TransIsolation' parameter.

Post Reply