I need to create monitoring app that will just scan and show some tables, and I don't want to interfere with other users.
How can I set default transaction isolation to ReadUncommited?
Is there a way to set this via TSQLConnectionpa rameters?
How to set default transaction isolation?
Use the following code:
Code: Select all
CRSQLConnection.Params.Values['DevartSQLServer TransIsolation'] := 'dirtyread';