在ms-access中自动反编译/重新编译 [英] automating decompile / recompile in ms-access

查看:90
本文介绍了在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

这篇关于在ms-access中自动反编译/重新编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆