Access 2000 decompile

  • Thread starter Thread starter Ming
  • Start date Start date
M

Ming

We have an access 2000 database application. It takes about 1 minute to
open a form at first time when you start application. I have tried to
move all queries to the form load event and other tips suggested in the
article "Microsoft Access Performance FAQ" at
http://www.granite.ab.ca/access/performancefaq.htm. Nothing helps so
far. I am trying to decompile. I created a decompile.bat file with the
content à "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
"c:\MiracleProjects\msfe.mdb" /wrkgrp "c:\miracledb\mo.mda" /cmd
"c:\miracledb\msbe.mdb" /decompile

I clicked the batch file to start. Once the Access Login popped up, I
entered the password, then Pressed Shift key and OK button. After this,
only thing happened is that CPU jumped up to 100%. When I checked task
manager. It indicatds Microsoft Access no responding.

I don't know what is wrong with I did. Hope some one can help me for
this.

Msfe.mdb is my front db and msbe.mdb is backend db.
 
Decompiling is useful, but can just as easily be accomplished by importing
all the objects and references into a new, empty database.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access

We have an access 2000 database application. It takes about 1 minute to
open a form at first time when you start application. I have tried to
move all queries to the form load event and other tips suggested in the
article "Microsoft Access Performance FAQ" at
http://www.granite.ab.ca/access/performancefaq.htm. Nothing helps so
far. I am trying to decompile. I created a decompile.bat file with the
content à "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
"c:\MiracleProjects\msfe.mdb" /wrkgrp "c:\miracledb\mo.mda" /cmd
"c:\miracledb\msbe.mdb" /decompile

I clicked the batch file to start. Once the Access Login popped up, I
entered the password, then Pressed Shift key and OK button. After this,
only thing happened is that CPU jumped up to 100%. When I checked task
manager. It indicatds Microsoft Access no responding.

I don't know what is wrong with I did. Hope some one can help me for
this.

Msfe.mdb is my front db and msbe.mdb is backend db.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Decompile (Access 2000) 1
Access 2000 decompile 6
2 questions about decompile 10
windows task scheduler bypass longin 3
decompile questions 2
How to "decompile" Access data base ? 2
Decompile 2
Decompile syntax help ? 2

Back
Top