Subject [IBO] Re: Problem with TIB_Events
Author thomaswclay
--- In IBObjects@yahoogroups.com, Daniel Rail <daniel@a...> wrote:
> Hi,

> Do each BPL package contain their own connection and session? Or,
are
> they transferred/copied between packages? Do each package
communicate
> with the main application and/or with each other?

Each of the modules are fairly independant, but they use the common
database connection. The TIB_Events control is on the same form as
the TIBODatabase.

The exception occurs when the main BPL is loaded, before any of the
database stuff becomes active.

Tom