robbiblubber.org

help | login | search:  
<<

Home Page
Index

Projects

Utility Suite
Data Suite
Bad Wolf Suite
WeakWiki

User Docs

ConfigNotepad
LED
rqoon
Nuub

Code Docs

.NET
Java
PHP

robbiblubber.org

Specs
Articles

Sources















read  source  history 

Console Menu



The Console Menu contains SQL execution commands.

Execute [F5]
Executes all SQL Text.

Execute Current [Ctrl+F5]
Executes the current statement in SQL Text.

Execute To Current [Ctrl+Shift+F5]
Executes all SQL until the current statement in SQL Text (including the current).

Execute From Current [Ctrl+Alt+F5]
Executes all SQL from the current statement on in SQL Text (including the current).

Abort [Ctrl+C]
Aborts the current execution.

Commit [Ctrl+Alt+C]
Commits the current transaction. Only available if Transactions are active.

Rollback [Ctrl+Alt+R]
Rolls back the current transaction. Only available if Transactions are active.



The current statement is the statement the text cursor is currently in.
















home | SQL Workspace Help | SQL Pad Help