„README.md“ ändern
This commit is contained in:
parent
ce8d964f32
commit
3e787b7fcc
@ -1,4 +1,4 @@
|
|||||||
# Version Controll for MS Access
|
# Version Control for MS Access
|
||||||
|
|
||||||
Scripts from
|
Scripts from
|
||||||
https://stackoverflow.com/questions/187506/how-do-you-use-version-control-with-access-development
|
https://stackoverflow.com/questions/187506/how-do-you-use-version-control-with-access-development
|
||||||
@ -25,3 +25,8 @@ Replace line 14: `const acStructureOnly = 0` with `const acStructureOnly = 1`. T
|
|||||||
2. Setting are not exported, I would recommend creating the Macro that will apply the setting at start of the database.
|
2. Setting are not exported, I would recommend creating the Macro that will apply the setting at start of the database.
|
||||||
3. Some unknown queries sometimes get exported that are preceded with '~'. I don't know if they are necessary.
|
3. Some unknown queries sometimes get exported that are preceded with '~'. I don't know if they are necessary.
|
||||||
4. MSAccess object names can contain characters that are invalid for filenames - the script will fail when trying to write them. You may normalize all filenames, but then you cannot import them back.
|
4. MSAccess object names can contain characters that are invalid for filenames - the script will fail when trying to write them. You may normalize all filenames, but then you cannot import them back.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Other solution
|
||||||
|
https://github.com/msaccess-vcs-integration/msaccess-vcs-integration
|
Loading…
Reference in New Issue
Block a user