Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieving Source Code from MDE file

Status
Not open for further replies.

dpimental

Programmer
Jul 23, 2002
535
US
Is there anyway to retrieve the source code from an mde file if you lost the original source file?

David Pimental
(US, Oh)
dpimental@checkfree.com
 
You can't retrieve it, because it isn't there. The source code is deleted in the process of creating the MDE file.

There have been questions about reverse-compiling the compiled code back to VBA source code, but it appears that nobody has succeeded in doing it.

I'm afraid you're out of luck.

Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
 
Dear David,

Nope, no way, nada, can't do.

When you (or whomever) created the mde, part of the step is for access to create a new file and compiles all the code to psuedo code. Thus, there is no source code to recover. That is one of the reasons why an access mde is smaller than the same mdb that was used to create it.

What you can recover is tables, queries, macros and possibly toobars.

So Sorry, Good Luck,
Hap...

Access Developer [pc] - [americanflag]
Specializing in Access based Add-on Solutions for the Developer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top