Fix for deleted breakpoint stopping code execution - decompiling mdbs: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m (New page: Sometimes when a breakpoint is deleted in Visual Basic in Access the program "forgets" that it was deleted and continues to stop code execution. To fix this, decompile the Access program...)
 
m (Text replacement - "ccmdb.mdb" to "ccmdb.accdb")
 
Line 4: Line 4:
* "msaccess.exe" /decompile  <file name and path>
* "msaccess.exe" /decompile  <file name and path>
i.e. for Tina's development version
i.e. for Tina's development version
* "msaccess.exe" /decompile  "C:\ccmdb_program\ccmdb.mdb"
* "msaccess.exe" /decompile  "C:\ccmdb_program\ccmdb.accdb"


[[category: IT Instructions]]
[[category: IT Instructions]]

Latest revision as of 10:55, 2020 June 10

Sometimes when a breakpoint is deleted in Visual Basic in Access the program "forgets" that it was deleted and continues to stop code execution.

To fix this, decompile the Access program by running the following from Start Menu --> run:

  • "msaccess.exe" /decompile <file name and path>

i.e. for Tina's development version

  • "msaccess.exe" /decompile "C:\ccmdb_program\ccmdb.accdb"