Subject Re: [IBO] IBO with multi-thread
Author Woody
From: "alexandrepires2007" <alexandrepires2007@...>
> 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 .
>
> Delpi 7 with IBO 4.2

Whenever you use threads, you should always create everything in each
thread. That means the IBConnection and all transaction/datasets. Do not
share the connection across threads as it may present problems.

HTH
Woody (TMW)