Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Create CreateDBFromPSH #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aslomp
Copy link

@aslomp aslomp commented Feb 15, 2021

Creates database from source code using Powershell for use in built agent

Creates database from source code using Powershell for use in built agent
@hecon5
Copy link

hecon5 commented Feb 15, 2021

I like this, is the intent to provide this along with the code so users only need to use this PS file to basically "build" a new version?

I've made some comments; I like the idea behind this, and the impetus, my only concern is that if users try to do this, they will end up with a forked upstream that may or may not like being updated with additional upstream updates (an issue I encountered with mine).

Copy link

@hecon5 hecon5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you'd be so kind to make these changes so that it seamlessly integrates with non-users of this PS, that'd be most appreciated.

# It creates a new Access database, then loads VCS Loader in the database. Afterwards it loads the framework and imports the project from source repository.
# This script can be used in a build server with Access installed on it.
# Comment line 90 from VCS_Loader.bas 'MsgBox "Form Version: " & FormsVersion & " loaded"
# Change VCS_ImportExport.bas:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the intent is to provide a "ready to use" deployment tool, I would ask that you make these changes, and build some logic to allow non-users of this PS to continue life as normal and use these changes where this PS is being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants