How do you use version control with Access development?

后端 未结 20 1938
慢半拍i
慢半拍i 2020-11-22 12:55

I\'m involved with updating an Access solution. It has a good amount of VBA, a number of queries, a small amount of tables, and a few forms for data entry & report gene

20条回答
  •  旧时难觅i
    2020-11-22 13:01

    Based on the ideas of this post and similar entries in some blogs I have wrote an application that works with mdb and adp file formats. It import/export all database objects (including tables, references, relations and database properties) to plain text files. With those files you can work with a any source version control. Next version will allow import back the plain text files to the database. There will be also a command line tool

    You can download the application or the source code from: http://accesssvn.codeplex.com/

    regards

提交回复
热议问题