djjd47130 / sql-executer

Execute Large SQL Scripts with GO Statements Using ADO
5 stars 2 forks source link

Fix status while executing #16

Open djjd47130 opened 9 years ago

djjd47130 commented 9 years ago

When a script is being executed, the following needs to happen:

  1. Properly disable controls to read-only
  2. Don't allow closing a connection if it's currently being used for execution
  3. Don't allow closing tab
  4. Don't allow closing application
djjd47130 commented 9 years ago

3 and 4 are actually already working fine using "PromptClose" function.