Access VBA 代码的版本控制?

发布于 2024-07-18 05:38:36 字数 236 浏览 3 评论 0原文

可能的重复:
VBA 文件的版本控制

是否存在任何类型的版本控制? 如果没有,用VBA集体开发MS Access 2007数据库有什么好的解决方案吗?

Possible Duplicate:
Version control for VBA file

Does any kind of version control exist?
If no, is there any good solution for collective development of MS Access 2007 database with VBA ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

思念满溢 2024-07-25 05:38:36

Microsoft 已制作了源代码控制添加-in(对于 Access 2010):

源代码控制插件允许
与 Microsoft Visual 集成
SourceSafe 或其他源代码
控制系统允许
签入/签出查询、表格、
报告、宏、模块和数据。
您还可以看到差异
已发送给您结账的
对象。

Microsoft have produced a Source Code Control add-in for Access 2010:

Source Code Control add-in allows
integration with Microsoft Visual
SourceSafe or other source code
control systems to allow
check-in/check-out of queries, forms,
reports, macros, modules, and data.
You can also see the differences that
have been made to your checked out
objects.

阳光①夏 2024-07-25 05:38:36

Access 的唯一一种集成 VC 解决方案是 Microsoft Visual Source Safe,但它的设计很差,甚至 Microsoft 内部也避免使用它;)。 有人称之为“源头销毁系统”,但我个人也知道使用它的成功案例。 一般来说,由于其局限性,它可能是中小型项目的一个很好的解决方案。

这是一篇关于 VSS 的非常批评的文章:
http://www.highprogrammer.com/alan/windev/sourcesafe.html

另一种选择是设计您自己的代码以使用 Application.SaveAsText() 导出 VBA 解决方案 - 这是 Access API 部分未记录的功能。

The only one integrated VC solution for Access is Microsoft Visual Source Safe however it's poor designed and even Microsoft internally avoid from using it ;). Some people call it "Source Destruction System", but I personally know success cases with using it. Generally, it could be a good solution for small and medium projects due to its limitations.

Here is a very critical article about VSS:
http://www.highprogrammer.com/alan/windev/sourcesafe.html

The other option is to design your own code to export VBA solution using Application.SaveAsText() - it's partially undocumented feature of Access API.

天煞孤星 2024-07-25 05:38:36

我使用 Access 应用程序和 Team Foundation Server 源代码管理。 您需要切换 Access 期望的源代码控制提供程序; 当我们从VSS 到 TFS。 切换后,您可以在 Access 中设置源代码管理设置并从 TFS 构建源代码管理连接的 .mdb。 效果很好。

I work with an Access application and Team Foundation Server Source Control. You need to switch the source control provider Access expects; I used this tool, Sourcecode Control Switcher, to do so when we moved from VSS to TFS. Once you've switched, you can setup the source control settings in Access and build a source-control-connected .mdb from TFS. It works nicely.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文