Subject Re: [IBO] TIBODatabase vs TIB_Database connection
Author Helen Borrie
At 06:13 PM 6/04/2005 +0200, Nols Smit wrote:

>Which one of TIBODatabase or TIB_Database connection will give the
>fastest access to a FireBird database?

Connection time should be the same. However, it is better from the point
of view of good transaction control to use TIB_Connection and explicit
TIB_Transactions. TIBODatabase and TIB_Database are really there just for
transitional compatibility when people are converting applications from the
BDE.

Helen