EricDraven
Programmer
Hello all, problem time again!
I have written my application which is accessing several large tables (10,000 + records) and a host of smaller tables (all of them are .dbf files). The application is installed on several machines in an office and the datapath is changed on all machines bar one so that they all use the same data. The application works fine on a stand alone machine but when being run over a network is begins to slow down once the main table holds a larger number of records. I always access the tables either by SQL in a TQuery, or using the FindKey method. Table access is being handled by the BDE.
I have streamlined the code as much as possible (I think anyway, you may be able to add some pointers for me) and as stated the application doesnt even flinch when accessing the tables locally which has led me on a fruitless search for information on network access! Am I missing something blatently obvious yet again???
Help me Tek-Tips, your my only hope!
When your feeling down and your resistance is low, light another cigarette and let yourself go
I have written my application which is accessing several large tables (10,000 + records) and a host of smaller tables (all of them are .dbf files). The application is installed on several machines in an office and the datapath is changed on all machines bar one so that they all use the same data. The application works fine on a stand alone machine but when being run over a network is begins to slow down once the main table holds a larger number of records. I always access the tables either by SQL in a TQuery, or using the FindKey method. Table access is being handled by the BDE.
I have streamlined the code as much as possible (I think anyway, you may be able to add some pointers for me) and as stated the application doesnt even flinch when accessing the tables locally which has led me on a fruitless search for information on network access! Am I missing something blatently obvious yet again???
Help me Tek-Tips, your my only hope!
When your feeling down and your resistance is low, light another cigarette and let yourself go