|
Speed Up Microsoft Access and Visual SourceSafe IntegrationProvided by: Luke Chung, FMS PresidentUsing Microsoft Visual SourceSafe (VSS) with MS Access for system development is great for tracking old versions, maintaining a professional Access development platform, and multi-developer environments. Being able to quickly see old versions of individual objects, differences over time, and check-in and check-out objects to prevent multiple developers from changing the same object are all wonderful features. Unfortunately, as Access databases get more objects, VSS slows down and can sometimes take minutes to add a new object to the database. Waiting for VSS to prompt you for every new object not only wastes time (especially if you don't want to add a temporary object to VSS), it disrupts the rhythm of system development. Fortunately, there's an easy way to work around this. Visual Source Safe is part of MSDN. By installing the Office/Access developer extensions/edition or Visual Studio Tools for Office (VSTO), VSS gets added to your Access menus. Do Not Automatically Add New Objects to Visual Source SafeIn Access 2007, it adds the Source Control ribbon, and choose Options:
For Access 2003 and earlier, go under the Tools, SourceSafe menu and choose Options: ![]() This screen appears. By default, the highlighted option is Yes. ![]() This allows you to add new objects to your database without interruption. When you are ready to add your new objects to Visual Source Safe, simply choose the [Add Objects to SourceSafe] option from the same Source Safe ribbon/menu:
select your new objects, and them to VSS all at once. |