Hi,
I recently set up a fairly simple database, though one table has dozens of text and date fields and 2000+ records. It resides on a file server at my company HQ.
It is being used at another site hundreds of miles away, so I set up a Front End with the forms and reports contained, and links to the tables in the main dB file. My understanding is that forms require bandwith, so that setting them up locally should speed up the application by reducing the information flow from the server.
These forms work about the same here at HQ whether accessed through the separate FE or through the main dB. However, the front end performance is considerably slower when it comes to retrieving data:
which is exactly the opposite of what I thought should happen.
Am I mistaken in my understanding of the theory, or is there something I may have done wrong, or is there some other explanation?
thanks-
James
I recently set up a fairly simple database, though one table has dozens of text and date fields and 2000+ records. It resides on a file server at my company HQ.
It is being used at another site hundreds of miles away, so I set up a Front End with the forms and reports contained, and links to the tables in the main dB file. My understanding is that forms require bandwith, so that setting them up locally should speed up the application by reducing the information flow from the server.
These forms work about the same here at HQ whether accessed through the separate FE or through the main dB. However, the front end performance is considerably slower when it comes to retrieving data:
Code:
Test Description Front End Direct Open DB 1s 7s Open Clauses form 25s 3s Filter Clauses 8s 3s Open MDocs form 3s 1s Open Pos form 3s 1s Open MDocs table 12s 1s Add record (form) 23s 2s Scroll (form view) <1s 1-2s Text entry (forms) <1s 1-2s
Am I mistaken in my understanding of the theory, or is there something I may have done wrong, or is there some other explanation?
thanks-
James
Comment