Subject | Re: [IBO] dbHandleShared in a DLL |
---|---|
Author | Daniel Rail |
Post date | 2004-06-24T23:59:51Z |
Hi,
At June 24, 2004, 18:16, Matt Nielsen wrote:
and unloaded dynamically during the runtime of the application.
unpreparing the queries that you have in the DLL? And then, try to
unload the DLL before closing the connection in the main app.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At June 24, 2004, 18:16, Matt Nielsen wrote:
> This seems to work fine until I close the application that loaded theNever had to do this, and everything works fine. My DLLs are loaded
> DLL. I read in the FAQ that I should close the connection in the
> main app before I unload the DLL to prevent problems.
and unloaded dynamically during the runtime of the application.
> I'm doing thisThis error means: "Invalid statement handle". Did you try closing and
> but I'm still getting an error:
> 'This is a potential problem: 335544485' error when I close the
> application which in turn unloads the dll.
unpreparing the queries that you have in the DLL? And then, try to
unload the DLL before closing the connection in the main app.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)