Re: Better way for reading field values

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 07/09/04


Date: Thu, 08 Jul 2004 19:35:19 -0500


>In this source there is only reading, so assigning and it is slow as before.
>So the OleVariant assigned in delphi is not the problem.
Your slow performance is probably mostly from iterating through the records.
If you are using a TadoCustomDataset descendant then set DisbleControls to true.
Even when there are no data aware controls attached to the dataset this can
speed up iterating records.

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com