Hello,
when I set property "isolationlevel" of the UniTransaction component to "ilCustom" how I can write the paramter my self for interbase ?
thanks
interbase transaction
TUniTransaction doesn't support setting parameters because this option is specific only to InterBase server.
To solve the problem you can use internal object to set parameters, like this:
To solve the problem you can use internal object to set parameters, like this:
Code: Select all
(TDBAccessUtils.GetITransaction(UniTransaction) as TGDSTransaction).GetParams.Text := ...