Subject TIBODatabse vs TIBOConnection
Author Bill Gage
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