Subject RE: [IBO] Sharing IB connection between DLL's
Author Riho-Rene Ellermaa
It's nothing to do with BDE

You send TIB_Connection components dbHandle to the DLL. In Dll you have another TIB_Connection which property you set:
DLLConn->dbHandleShared=mainHandle;

Riho-Rene Ellermaa
senior programmer
Hansabank

-----Original Message-----
From: Burak ÖZLER [mailto:burak.ozler@...]
Sent: Friday, May 17, 2002 2:01 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Sharing IB connection between DLL's


I'm not using BDE, I'm using IBO Native stuff. So how this property help
me??