如何在Access 2003中实现版本控制? [英] How to implement version control in Access 2003?

查看:91
本文介绍了如何在Access 2003中实现版本控制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个需要修复的Access 2003数据库,并且以前的开发人员没有使用任何形式的版本控制,并且他的代码中的注释不完整或不存在.用Access 2003实现版本控制的好方法是什么?

I have a Access 2003 DB that I need to fix and the previous developer did not use any form of version control and the notes on his code are weak or non-existent. What is a good way to implement version control with Access 2003?

推荐答案

Access与实现Microsoft源代码控制接口(MSSCCI)的任何提供程序完全兼容.因此,您可以使用VSS,甚至可以使用我所知的Team Foundation Server.

Access is fully compatible with any provider that implements the Microsoft Source Code Control Interface (MSSCCI). So you can use VSS, or even to my knowledge Team Foundation Server.

请注意,将SCC与Access一起使用可解析为对象级别.因此,不仅可以签入/签出单个查询,单个表单,单个表单等,而且还可以允许一个以上的开发人员从事该项目.

Note that using SCC with Access does resolve down to the object level. So check in/out of single query, single form, single form etc. is not only possible, but then thus gives rise to allow more than one developer to work on the project.

Access 2003现在已经很旧了(10年). Access的更高版本包括源代码控制选项,而无需任何加载项或下载.较早版本的Access确实需要下载+安装SCC支持.

Access 2003 is rather old now (10 years). Later editions of Access include the source code control option without the need for any add-in or download. The older versions of Access do require a download + installing of SCC support.

但是,SCC已内置于产品中-从90年代开始,因此与Access结合使用已超过15年以上,是一项长期功能.请注意,即使在如以下屏幕截图所示的Access 2003中,Access UI确实具有内置支持,您可以出售以查看已检出哪些对象:

However, SCC been built into the product – since the 90's, so it is a long time feature that been around over 15+ years for use with Access. Note that even in Access 2003 such as this screen shot shows - the Access UI does have built in support and you can sell see what objects are checked out:

(请注意上面的复选框) 这是另一种视图–再次,该复选框显示了我从项目中检出的项目,锁"显示了我尚未拍摄的其他对象.

(note the check box in above) And here is another view – again the check box shows items I have checked out from the project, and the "lock" shows other objects I not yet taken.

我在2003年拥有的SCC链接在这里:

The SCC link I have for 2003 is here:

http://support.microsoft.com/kb/837136/zh-CN

这篇关于如何在Access 2003中实现版本控制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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