Skip to content
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

Stop "Transaction not active" error for StoredProc component when database not open #70

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

Conversation

todaysoftware
Copy link

Setting the procedure name when the database is not connected causes the above exception.

To fix this I moved the code that generates the SQL from where it sets the procedure name to just prior to preparing the statement.

@todaysoftware todaysoftware force-pushed the StoredProc-Transaction-Not-Active-Designer branch from 324b175 to 300c454 Compare June 9, 2024 21:34
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.

1 participant