FuzMic
DataBase Tinker
- Local time
- Today, 22:11
- Joined
- Sep 13, 2006
- Messages
- 744
Hi friends
Is it easy for a person with little msaccess knowledge to go behind a mde file to by pass password to open the data mdb and also get password kept in an encrypted text file to continue to the next form.
I have been living with this belief
However my mde seem to have been so easily compromised so that all data kept in a password control mdb is exposed. Tomorrow back at the office i will know if the mde has really been compromised.
If it is so easy, how can be protect our data? Does the mde to exe compiler as advertised in the web work and will it protect the mde better. :banghead:
Is it easy for a person with little msaccess knowledge to go behind a mde file to by pass password to open the data mdb and also get password kept in an encrypted text file to continue to the next form.
I have been living with this belief
You can't convert an .MDE database to a .MDB database - when the .MDE was created, all source code of the VBA modules in the database was removed; there is no way to reconstruct it.
You can copy the tables from the .MDE database to a new (or existing) .MDB or .ACCDB database.
You'd have to get hold of the .MDB file that was originally used to create the .MDE database if you need to edit the design of the reports, forms and code modules.
However my mde seem to have been so easily compromised so that all data kept in a password control mdb is exposed. Tomorrow back at the office i will know if the mde has really been compromised.
If it is so easy, how can be protect our data? Does the mde to exe compiler as advertised in the web work and will it protect the mde better. :banghead:
Last edited: