Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
420 views

MS Access 2003 - Help understanding the structure of mdb, mde and be

I was just wanting some explanation as to what is going on once you have split your tables out into a back end file, and set an mde out for use. When a user accesses the mde, is the mdb still ...
2
votes
3answers
640 views

DAO .Execute method fails in Access mde

First off, I'm using Access 2000 and DAO. I have code that executes a simple INSERT INTO query that I call using db.Execute. This code works fine inside an mdb. However, if I compile into an mde ...
1
vote
1answer
1k views

Alternatives to decompiling MS Access MDE files

I've been tasked with finding a suitable tool to decompile MDE files. The MDEs were created by staff who have since left (familar story eh?) and we do not have access to the originally MDB files. ...
1
vote
3answers
499 views

How do I create an Access 2003 MDE programmatically or by command line in Access 2007?

I have a legacy Access 2003 database file that must remain in that format to preserve its menus and toolbars. I have recently moved to Access 2007 in my build environment and will be deploying the ...
0
votes
2answers
24 views

Loading same plugin twice with different version in Eclipse

I have two different versions of an EMF plugin which loads a certain .xmi. The latter version has been changed so that the xmi from the previous version is incompatible. What I want to do is to load ...
0
votes
0answers
37 views

How to generate C code from an AADL model with eclipse/TOPCASED

We are using the AADL language to describe the architecture of a flight machine. We are working with TOPCASED 5.1.0 and using the ADELE graphical editor. The AADL sites suggests that is possible to ...
0
votes
2answers
813 views

Access: DAO reference guid changed, resulting in an .mde not starting up in Access 14 (2010) on Win7

2 Feb 2011: I started this thread under the impression that my M$ technet thread about it was dead. But there is a new post about the subject, please have a look at it: ...
0
votes
2answers
142 views

Reports in MS Access after compiling into MDE file

I am currently working on a MS Access 2003 mdb file which is converted to an mde file before being published. How do I go about enabling the reports function of MS Access once this is converted? or ...
0
votes
1answer
473 views

MDE Access decrypt JDBC

I want to perform JDBC SQL queries on a MDE Access file. I've set up the data source ODBC and everything worked well for a MDE file. Now, I'm working with a newer version of the MDE file, and here is ...