IBDAC is raised an excetion "invalid parameter in transaction parameter block" if I use Firebird 2.1 RC2...
Any idea?
Has IBDAC been tested with FB2.1?
We have tested IBDAC with Firebird 2.1. This exception is raised if Params property of TIBCTransaction component contains some values while IsolationLevel iblCustom.
Right click with mouse on the from where you have placed TIBCConnection or TIBCTransaction components. Select 'View as Text' from the context menu. Then check that Params property of TIBCTransaction is not set. If you find this property, delete it.
Right click with mouse on the from where you have placed TIBCConnection or TIBCTransaction components. Select 'View as Text' from the context menu. Then check that Params property of TIBCTransaction is not set. If you find this property, delete it.