Has IBDAC been tested with FB2.1?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mighty
Posts: 18
Joined: Thu 01 Jun 2006 11:35

Has IBDAC been tested with FB2.1?

Post by mighty » Tue 01 Apr 2008 16:14

IBDAC is raised an excetion "invalid parameter in transaction parameter block" if I use Firebird 2.1 RC2...
Any idea?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 03 Apr 2008 09:17

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.

Post Reply