Subject Re: Information
Author Jason Wharton
You can use IBO safely in multi-threading situations as long as you follow
some basic rules:

Always use TCP/IP protocol to connect to database, even if localhost.
Always use TIB_Session component first in creation order of data module.
Never create IBO components with a nil owner. Use the TIB_Session or
Connection object as the owner instead.

PS. Please use the public support forum for technical assistance.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Jed Nicolau Filho" <jed@...>
To: <jwharton@...>
Sent: Saturday, June 15, 2002 7:05 PM
Subject: Information


Dear Jason

I have downloaded the IBO4 and started the initial tests with it.

At first: Congratulations for your wonderful job ! IBO is extremely powerful
really ! It does somethings that ADO doesn't and DOA doesn't neither !

I would like to ask you:
I'm using Delphi 5, MIDAS 3 with BDE in a traditional pur 3-tier software,
then is IBO safe to use in Remote Data Module with Multi-instance and
Apartment thread ?

I would like to inform that the IBO4 samples that uses "mastsql.gdb" has
problems once that datafile
can't be open with Interbase 6. If possible send me "mastsql.gdb" new
version to run IBO4 samples.

Thanks in advance

Best Regards

Jed