L
Lonvriz
The problem is everytime I do a SELECT * FROM [Tablename] WHERE
[Criteria].
The query takes over 2 minutes to run. I don't think the connection is
using the Indexes specified on the table.
Does anyone know a way to force ADO connections to use a specific
index on a foxpro table? Or a way to speed up this process?
I have one free table SALES.DBF with SALES.CDX compound file.
In the sales.cdx there are a key = xxxx+yyyy
My select is :
SELECT * FROM SALES WHERE (XXXX=criteria)
If database open with this tag index is ordered by xxxx, why it works
so slow????
The command works, but very very slow. It returns over 45,000 regs.
Any information will be very appreciated.
Thank you for advance,
Nacho.
Huesca(Spain)
[Criteria].
The query takes over 2 minutes to run. I don't think the connection is
using the Indexes specified on the table.
Does anyone know a way to force ADO connections to use a specific
index on a foxpro table? Or a way to speed up this process?
I have one free table SALES.DBF with SALES.CDX compound file.
In the sales.cdx there are a key = xxxx+yyyy
My select is :
SELECT * FROM SALES WHERE (XXXX=criteria)
If database open with this tag index is ordered by xxxx, why it works
so slow????
The command works, but very very slow. It returns over 45,000 regs.
Any information will be very appreciated.
Thank you for advance,
Nacho.
Huesca(Spain)