Front End/Back End Question

steve711

Registered User.
Local time
Today, 10:19
Joined
Mar 25, 2004
Messages
166
Ok folks I am at a lost on this or maybe not you decide.

I have split my database as suggested to me by you all. No problems doing so and life seems simple.

On our local network (running at 1.5mbps) the front ends on 2 computers run great no performance issues at all.

However, we have a remote base which is running dsl at .5 mbps. When I run the front end there it takes FOREVER (+ 1 day) to load my main form. When I say forever it takes at least 1 1/2 minutes (yes minutes). This form gets data from 2 tables residing back on the good old home server. One piece of information is to populate a combo box with pilot names in there and the other table used is where the information for the form will be stored. That's it.

So I guess my question is can someone explain to me how Access transfers data between the FE and the BE ?

What would cause it to be this slow? The BE is about 2 mb and the FE is also about 2 mbs. I was under the impressive only small bits are flying back and forth. So the second question would be if that is the case do I need to improve my code? I really don't know how as all I am doing is opening a BLANK form and loading 30 names into a CBO...

Seems odd to me to be this slow.

Any insight would be great. MS help isn't any...
 
I did read that thread. It has helped greatly but, there's always a but, it is still not very fast.

It went from opening my main form in about 2 minutes, now it is down to opening it up in 13 seconds. So eliminate some crap code has freed it up greatly but I'm still not happy.


Question for you all. Does Access only transfer small bits to a specific table on the BE when needed or is it trying to transfer the whole BE to the local machine?
 
It transfers the entire table you are working on.

Thats why I am moving to SQL backend with MySQL.

Eventually I will switch over to a Web Database. Then there is almost 0 load time.
 

Users who are viewing this thread

Back
Top Bottom