Subject Re: [IBO] TIBODatabse vs TIBOConnection
Author jwharton@ibobjects.com
Just stay with TIBODatabase if you are using TIBODataset dataset components predominantly. TIBODatabase is a
descendent of TIB_Connection but has more TDataset friendly mechanisms on it. You can introduce additional
TIBOTransaction components as you please. There is absolutely no significant difference in performance between these
two components.

Jason Wharton

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I am trying to modify my paridigm from the old BDE TDatabase concept
to a TIBOConnection. Currently I have been using TIBODatabase and
have just recently been testing using the TIBOConnection and
TIBOTransaction.

Is the TIBOConnection/TIBOTransaction methods faster than the
TIBODatabase? The reason I am wondering is because it seems to
bring back a simple count query faster than a TIBODatabase.

Does this seem reasonable to assume?

If so why is it faster? Will I see this same type of performance
gain on all types of queries?


Bill