Subject Re: [IBO] IBO with multi-thread
Author Helen Borrie
At 06:36 AM 19/08/2006, you wrote:
>Hi guys,
>
>Please I need some help, I will develop a application with
>multi-thread, and each thread will to have access the database but i
>dont know how make multi-thread conections with IBO.
>Which components I must create in runtime?
>
>Please somebody help me .

One named IB_Session: CREATE THIS FIRST
1 or more IB_Connections (one per database)
All data access objects required, with their IB_Connection property
set to one of these connection objects
All controls using these data access objects

Set the IB_Session property of all other components in the thread to
be the IB_Session created for this thread

>Delpi 7 with IBO 4.2

Helen