A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

mde, performance advantage?



 
 
Thread Tools Display Modes
  #1  
Old March 19th, 2010, 06:55 PM posted to microsoft.public.access
QB
external usenet poster
 
Posts: 150
Default mde, performance advantage?

I am running a multi-user db (5-10 users) which is run on runtime so the user
do not have the ability to mess around. I am the sole person which has a
full blown copy of ms access in the company.

Is there an advantage for me to deploy my db as an mde in this case? Will I
gain in performance? or can I leave it in the native mdb format?

Thank you,

QB
  #2  
Old March 19th, 2010, 07:28 PM posted to microsoft.public.access
Larry Linson
external usenet poster
 
Posts: 3,112
Default mde, performance advantage?


"QB" wrote

I am running a multi-user db (5-10 users) which is run on runtime so the

user
do not have the ability to mess around. I am the sole person which has a
full blown copy of ms access in the company.

Is there an advantage for me to deploy my db as an mde in this case? Will
I
gain in performance? or can I leave it in the native mdb format?


There may be some performance advantage to the MDE, but it will not be
"great" or "significant". Access database applications tend to be I/O
limited, not cpu-bound.

Performance is not really the purpose of MDE -- it is to prevent users from
either purposely or accidentally changing the VBA code or the design of
Forms or Reports that have code. You can use Access security with MDB (but
not ACCDB), but it's easily penetrated if anyone has a motive and interest.

Larry Linson
Microsoft Office Access MVP



  #3  
Old March 19th, 2010, 07:53 PM posted to microsoft.public.access
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default mde, performance advantage?

1. As an mde no one can mess with your code. Even if they are using a
run-time, that won't stop them from taking a copy of the database home if
it's an MDB!

2. To make an mde, everything will need to be compiled. That can make it
faster.

3. The mde file size could be somewhat smaller depending on the amount of
code.

However the MDE is mostly to keep people out of your code.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"QB" wrote:

I am running a multi-user db (5-10 users) which is run on runtime so the user
do not have the ability to mess around. I am the sole person which has a
full blown copy of ms access in the company.

Is there an advantage for me to deploy my db as an mde in this case? Will I
gain in performance? or can I leave it in the native mdb format?

Thank you,

QB

  #4  
Old March 25th, 2010, 02:18 AM posted to microsoft.public.access
Tony Toews [MVP]
external usenet poster
 
Posts: 3,776
Default mde, performance advantage?

QB wrote:

I am running a multi-user db (5-10 users) which is run on runtime so the user
do not have the ability to mess around. I am the sole person which has a
full blown copy of ms access in the company.

Is there an advantage for me to deploy my db as an mde in this case? Will I
gain in performance? or can I leave it in the native mdb format?


I would suspect any performance advantage in an MDE would be much less
than 1% and even then only when running code which does many
calculations without doing and reads/writes to the hard drive. And
that is not a realistic scenario for a database program.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.