having slow access problem
Posted: Sun 16 Apr 2006 20:51
Hi All
I have a query that returns 1500 rows, using oledb it returns all rows in 0.8 seconds. using odac it takes 9 seconds.
There must be something I'm doing wrong, any hints?
Everything I've tried makes no difference. I'v played with:
TOraQuery: fetchAll, ReadOnly and UniDirectional.
I'm only interested in loading the data from the select statement. I set UniDirection and ReadOnly to true.
Is there a different component that would load faster?
Thanks,
-Andy
I have a query that returns 1500 rows, using oledb it returns all rows in 0.8 seconds. using odac it takes 9 seconds.
There must be something I'm doing wrong, any hints?
Everything I've tried makes no difference. I'v played with:
TOraQuery: fetchAll, ReadOnly and UniDirectional.
I'm only interested in loading the data from the select statement. I set UniDirection and ReadOnly to true.
Is there a different component that would load faster?
Thanks,
-Andy