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 [[Help-SQL-Input|SQL Text]].

**Execute Current** [Ctrl+F5]
Executes the current statement in [[Help-SQL-Input|SQL Text]].

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

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

**Abort** [Ctrl+C]
Aborts the current execution.

**Commit** [Ctrl+Alt+C]
Commits the current transaction. Only available if [[Help-SQL-Transactions|Transactions]] are active.

**Rollback** [Ctrl+Alt+R]
Rolls back the current transaction. Only available if [[Help-SQL-Transactions|Transactions]] are active.



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















----
[[Main|home]] | [[Help-SQLWS|SQL Workspace Help]] | [[Help-SQLPad|SQL Pad Help]]