R
Rabbit
Dear all,
recently i have big performance problem reported by my client, basically
they have network of around 80 PCs/Laptops, only around max. of 10
concurrent users accessing the database.
Right now when they access a Form(Master/Child design, less than 10,000
records on both Master and Child tables), they experience extremely low
speed even for locating a master record and its child records into the form.
I have no idea why would this happened, because i have deployed many
programs on various client site, this is my first time having this problem.
The following are the things I have done for problem diagnosis:
1) remove all Dcount() or Dsum() calling, all using recordset to retrieve
records
2) make sure the master and child tables have proper indexes defined
Now, I'm suspecting some problem on client's network? does anyone have
experience on this issue, any best practise I should do for performance
issue?
Any help will be very appreciated!
Rabbit
recently i have big performance problem reported by my client, basically
they have network of around 80 PCs/Laptops, only around max. of 10
concurrent users accessing the database.
Right now when they access a Form(Master/Child design, less than 10,000
records on both Master and Child tables), they experience extremely low
speed even for locating a master record and its child records into the form.
I have no idea why would this happened, because i have deployed many
programs on various client site, this is my first time having this problem.
The following are the things I have done for problem diagnosis:
1) remove all Dcount() or Dsum() calling, all using recordset to retrieve
records
2) make sure the master and child tables have proper indexes defined
Now, I'm suspecting some problem on client's network? does anyone have
experience on this issue, any best practise I should do for performance
issue?
Any help will be very appreciated!
Rabbit