How to set DbHandle

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
macma77
Posts: 6
Joined: Fri 31 Dec 2010 12:47

How to set DbHandle

Post by macma77 » Wed 16 Mar 2011 08:01

Hi,

Is it possible to assign raw dbHandle to TIBCConnection?

We have applications with lots of dll and bpl packages. Some of dll using IBX other UIB. Usually for smooth migration we pass dbHandle between them. In this scenario all libs was component independent.

When we try to migrate our application to IBDAC there is a problem that we can't assign handle to TIBCConnection.

Regards,
Macma

AndreyZ

Post by AndreyZ » Wed 16 Mar 2011 13:19

Hello,

For the time being you cannot assign Handle to the TIBCConnection component. We will investigate the possibility of adding this functionality in the future.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 04 May 2011 08:18

New build of IBDAC version 3.60.0.22 is available for download now. Possibility to assign Handle to TIBCConnection was added in this build.

Post Reply