在ms-access中自动反编译/重新编译
我的前端有时会越来越大.我正在建立新的报告和表格.
my front end from time to time is getting larger. i am building new reports and forms.
我知道remou建议经常进行反编译,以确保没有损坏.我可以自动执行此反编译/重新编译过程吗?
i know that remou suggests to decompile and compile every so often to make sure nothing is corrupt. can i automate this decompile/ recompile process?
您要实现哪种自动化?
编辑:如果要自动执行此操作,请不要单独执行反编译操作.包括备份和带有反编译的压缩.
Edit: If you intend to automate this, don't automate decompile in isolation; include backup and compact with decompile.
您可以在BAT文件中尝试将此类操作作为一行,更改路径以匹配您的msaccess.exe版本和数据库文件:
You could try something like this as one line in a BAT file, changing the paths to match your version of msaccess.exe and your database file:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"
Danny Lesandrini在 Database Journal 文章中讨论了反编译和其他维护类型内容的其他选项:
Danny Lesandrini discussed other options for decompile and other maintenance type stuff in a Database Journal article: Microsoft Access File Backup and Maintenance Options
我认为他提到了我使用的方法... Windows资源管理器中的反编译上下文菜单选项.您可以在获得反编译和压缩上下文菜单选项处找到包括REG文件在内的更多信息. a>
I think he mentioned the method I use ... a decompile context menu option in Windows Explorer. You can find more information including a REG file at Getting the Decompile and Compact context menu options