Board index » delphi » 350 MHz WinNT runs query slower than 120 MHz Win95

350 MHz WinNT runs query slower than 120 MHz Win95

I have a program which often runs a query, which on a 120 MHz machine
returns immediately, and on a 350 MHz NT runs about 10-20 times slower. Same
query, same underlying data.

On the Win95 machine there is an installation of Office95, on the NT machine
an installation of Office2000, to which i added the DAO3.0 library using
OpDAOInst.

This query runs on an MSAcces 95 database, is prepared, has two parameters,
runs on a table with ~40.000 records, has several indexes. All fields which
are used in the WHERE clause of the query are indexed.

I have no clue to this phenomenon. Has anybody experienced similar things?

Any help is appreciated.

Jan

 

Re:350 MHz WinNT runs query slower than 120 MHz Win95


Quote
> I have a program which often runs a query, which on a 120 MHz machine
> returns immediately, and on a 350 MHz NT runs about 10-20 times slower.
Same
> query, same underlying data.

> On the Win95 machine there is an installation of Office95, on the NT
machine
> an installation of Office2000, to which i added the DAO3.0 library using
> OpDAOInst.

> This query runs on an MSAcces 95 database, is prepared, has two
parameters,
> runs on a table with ~40.000 records, has several indexes. All fields
which
> are used in the WHERE clause of the query are indexed.

> I have no clue to this phenomenon. Has anybody experienced similar things?

> Any help is appreciated.

> Jan

Are you using the same version of BDE?

miab

Re:350 MHz WinNT runs query slower than 120 MHz Win95


Yes, same version of BDE.

miab heeft geschreven in bericht <7sptuc$rf...@forums.borland.com>...

Quote

>> I have a program which often runs a query, which on a 120 MHz machine
>> returns immediately, and on a 350 MHz NT runs about 10-20 times slower.
>Same
>> query, same underlying data.

>> On the Win95 machine there is an installation of Office95, on the NT
>machine
>> an installation of Office2000, to which i added the DAO3.0 library using
>> OpDAOInst.

>> This query runs on an MSAcces 95 database, is prepared, has two
>parameters,
>> runs on a table with ~40.000 records, has several indexes. All fields
>which
>> are used in the WHERE clause of the query are indexed.

>> I have no clue to this phenomenon. Has anybody experienced similar
things?

>> Any help is appreciated.

>> Jan

>Are you using the same version of BDE?

>miab

Other Threads