473,387 Members | 1,502 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

When to use .MDE's


I am building an application using Access 2002.
It will consist of two .mdb's, one for the data tables only and the
other will be for the forms, queries, reports, macros, & modules only.

I know the .mde won't let users get to the external modules section of
the container, which provides security. Can they get to the code behind
the forms in an .mde?

Should both of them be .mde files?
What would be the performance advantage of users running one or both as
.mde's as opposed to them both being .mdb's

Thanks for the help.
*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #1
1 2033
Ron Nolan wrote:
I am building an application using Access 2002.
It will consist of two .mdb's, one for the data tables only and the
other will be for the forms, queries, reports, macros, & modules only.

I know the .mde won't let users get to the external modules section of
the container, which provides security. Can they get to the code
behind the forms in an .mde?
No.
Should both of them be .mde files?
Making the back end an MDE only accomplishes one thing which is that a user
would no longer be able to create a new code-based object (form, report,
module) in that file. It does nothing to protect your tables or data so
most don't bother.
What would be the performance advantage of users running one or both
as mde's as opposed to them both being .mdb's


The performance advantage of and MDE is that you know that no portions of
the code can ever get uncompiled (which makes them run slower the first time
they run). If you always made sure that the MDB were fully compiled before
distribution then this should be a non-issue, but MDB can go from fully
compiled to NOT being fully compiled during use which is impossible in an
MDE.

A tid-bit advantage to an MDE is that runtime errors will cause all public
variables to be reset in an MDB, but not in an MDE. Whether that is
important or not would depend on how much you utilize public varaibles and
how much of an issue it would be to have them reset.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: RWC | last post by:
Hello, I'm having a problem that I'm having a lot of trouble with. I'm running Access XP, with all the updates, including service pack 2. I'm on a Windows XP machine. I have a database which...
4
by: Tony | last post by:
G'day My attempt to create an MDE file was unsuccessful. The attempt produced an error that effectively said the (MDB) file was to big. The MDB consists of about 30 tables, 50 forms and 3...
0
by: Peter via AccessMonster.com | last post by:
I need solution to prove and determine that Access MDE application file (in use) is IDENTICAL with archetype MDE file, which is tested and certified with some very restricted functionality and...
2
by: Javier Gomez | last post by:
Under Access 2003 Developer Extensions there is an aplication which is named Custom StartUp Wizard, with the posibility to make an MDB file without any access to the internal code, design etc.........
1
by: deko | last post by:
I'm trying to set startup properties with code after I make an MDB into an MDE. I have this code in the startup form's Form_Open event: If IsItMde Then For Each var In Array("Perform Name...
12
by: Jozef | last post by:
Here's a strange one. I made a modification to a database recently, and wound up getting an error message when trying to make an mde file. I'm using Access XP/2002, and the error message I got...
44
by: Jeff | last post by:
Hi I have a library mde that is used with some customer databases and I found out that another developer discovered it while doing some maintenance work on an old database for the same customer...
2
by: insomniux | last post by:
Hi, I need to check if a database is an .mde version (end user gets other menus's). In previous access versions the CurrentDB.properties("MDE") property seemed to work, but I clould not find this...
8
by: John Google | last post by:
Hi, I've been asked to amend an Access 2002 DB that has been used by users using the MDE version. I have, what seems to be the original MDB version containing all the front end stuff but, by...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.