F
Fabio
Hello There,
I read many threads about the benefits of splitting a MDB into FE/BE. One of
the benefits was that the LAN just for actual data, and not loading forms for
example, since the FE is in the user's machine. So I did it. But instead of
improving, it made the performance worse.
Then I searched for threads on how to improve the performance in a FE/BE
database and I have been taken to the following website
http://www.granite.ab.ca/access/performanceldblocking.htm where I found a
very useful tip on how to make a persistent connection. So I did it as well,
and guess what, the performance hasn't improved a bit. It is still twice
slower than the whole database being opened from the server.
So I felt a bit disappointed on not being able to accomplish such a task.
Is there anything I am doing wrong? What coud it be the reason for the
performance being so bad?
I'll appreciate any help.
I read many threads about the benefits of splitting a MDB into FE/BE. One of
the benefits was that the LAN just for actual data, and not loading forms for
example, since the FE is in the user's machine. So I did it. But instead of
improving, it made the performance worse.
Then I searched for threads on how to improve the performance in a FE/BE
database and I have been taken to the following website
http://www.granite.ab.ca/access/performanceldblocking.htm where I found a
very useful tip on how to make a persistent connection. So I did it as well,
and guess what, the performance hasn't improved a bit. It is still twice
slower than the whole database being opened from the server.
So I felt a bit disappointed on not being able to accomplish such a task.
Is there anything I am doing wrong? What coud it be the reason for the
performance being so bad?
I'll appreciate any help.