Subject Re: [IBO] Database Handle
Author Jason Wharton
I don't think you want to do this since the ActiveX most likely has a
dedicated process space.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: <mnielsen@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, January 23, 2003 9:01 AM
Subject: [IBO] Database Handle


> I want to pass an open database handle to ActiveX program so that I
> don't have to get another connection. Is there a way to use the
> dbHandle property to do this or some other method. I tried to pass
> the dbHandle and then set the dbHandle in the other process and it
> give me a nasty catastophic failure error after I set the dbHandle.
>
> How can I accomplish this?
>
> Thanks,
>
> Matt