Performance question
Hi,
i have to combine data from some tables and i'd like to know if it's faster
to run a query (using a TIBQuery component in Delphi) each time i have to
output a value or is better to use some TppDBPipeline components (which have
set the MasterDataPipeline and MasterField links properties)?
Which option is faster?
Thanx
i have to combine data from some tables and i'd like to know if it's faster
to run a query (using a TIBQuery component in Delphi) each time i have to
output a value or is better to use some TppDBPipeline components (which have
set the MasterDataPipeline and MasterField links properties)?
Which option is faster?
Thanx
This discussion has been closed.
Comments
Using DataPipeline linking will have much higher performance over running a
query every time you need to output a value.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com