Subject | Re: Default Session or Connection in DLL |
---|---|
Author | lalopus |
Post date | 2003-05-20T14:43:49Z |
Hi, I've just seen your message from last year; I'm having some
problems with this. I could actually "force" my connection in the
DLL by :
IBOQuery1.IB_Session.DefaultSession.DefaultConnection := DB;
where IBOQuery1 is defined inside the DLL. I'm getting a problem now
when freeing the library: "too many concurrent exceptions ...". I
made a trace and couldn't find much, looks like some finalization
process at the IB_Session unit causes this. Do you have any ideas??
regards
Eduardo
problems with this. I could actually "force" my connection in the
DLL by :
IBOQuery1.IB_Session.DefaultSession.DefaultConnection := DB;
where IBOQuery1 is defined inside the DLL. I'm getting a problem now
when freeing the library: "too many concurrent exceptions ...". I
made a trace and couldn't find much, looks like some finalization
process at the IB_Session unit causes this. Do you have any ideas??
regards
Eduardo