Access 2000 decompile

G

Guest

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.
 
T

tina

please don't multipost. it wastes server space, and wastes the time of
people who may work on answering one post, after the same question in
another post has already been answered.

if you feel you must post to more than one newsgroup (rarely necessary),
please cross-post; that is, add both newsgroup addresses to a single
message - so that everyone can see what's going on in both places. if you
post in one newsgroup, then decide another group would be a better choice,
recommend you wait at least a day before abandoning the first post and
re-posting to another newsgroup.

hth
 
G

Guest

"c:\MiracleProjects\msfe.mdb" /wrkgrp "c:\miracledb\mo.mda" /cmd
"c:\miracledb\msbe.mdb" /decompile

1) That is not a decompile: that is just a /cmd
Everything after the /cmd is included in the /cmd
If you want it to decompile, you have to put the /decompile before the /cmd

2) What is the /cmd for anyway? If it is relinking, of course
it is going to take a while.

3) Access always goes 'not responding' when it is thinking.

4) Sometimes decompile can take a while to finish

(david)
 
D

David C. Holley

Can't provide too much help as I'd probably have to see it in person,
BUT I would *highly* recommend that you use a names for the Front End
and Back End that differly greatly than in a single letter. Having two
different files that named in such a similar method has the potential to
cause problems if someone's not paying attention.
 
C

Chris2

Ming said:
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.

Ming,

You do not mention trying to run the Jet Compact Utility (on a copy,
of course).

Did you?


Sincerely,

Chris O.
 
G

Guest

Hi Chris,

I have tried run compact utility. It did not help at all for the
performance. It still take 55 seconds to open the form. I have added tracing
to log the each function call. There is a gap between end of Form Open event
and beginning of Form Current event -- 52 seconds. There is no code to
change. That is why I have decided to run decompiling to see if it will help.

However I don't know how to run decompile since I have a front db and back
end db with security option. Tis is my short cut to run my application.
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
"c:\MiracleProjects\msfe.mdb" /wrkgrp "c:\miracledb\mo.mda" /cmd
"c:\miracledb\msbe.mdb"
 

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 1
windows task scheduler bypass longin 3
2 questions about decompile 10
Decompile syntax help ? 2
Decompiling Access 3
decompile questions 2
Decompile Excel VBA code 4

Top