Skip to content

Export MSAccess object to text files and help to integrate with source control management

License

Notifications You must be signed in to change notification settings

mnieto/MSAccess-VCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e244a7 · Jun 13, 2021

History

46 Commits
Nov 1, 2020
Sep 26, 2020
Oct 4, 2020
Jun 13, 2021
Sep 25, 2020
Oct 5, 2020
Oct 29, 2020
Sep 25, 2020
Oct 5, 2020
Sep 25, 2020
Sep 25, 2020
Sep 25, 2020
Oct 25, 2020
Sep 25, 2020
Oct 25, 2020

Repository files navigation

MSAccess-VCS

Export MSAccess object to text files and help to integrate with any version control system

An MS Access solution is compound by any of the following components:

  • VBA code in modules and classes
  • Forms: design and VBA code
  • Reports: design and VBA code
  • Queries: Query definition. Only for mdb files
  • Macros
  • Access Pages
  • Tables: only for mdb file format
  • Database properties
    • Database properties, including startup form options
    • Table relations: only for mdb files
    • References: References to other libraries or MS Access files

Suported file formats

  • mdb: Classic file format (Access 2002-2003 format onwards)
  • adp: Access projects: in this files, queries and tables are stored in a sql server database, which has tools enought to export and create sql scripts.
  • accdb: New file format for Access 2007 and following

Tools

  • GUI application: User friendly usage
  • Command line application: for CI/CD servers and automated taks
  • MS Access Add-on (on a future relase)

About

Export MSAccess object to text files and help to integrate with source control management

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages