Choose your SQL server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
Oracle
SQL Anywhere
DB2
SQLite
Firebird
MaxDB

Subscribe to our newsletter

MaxDB Code Factory online Help

Prev  Return to chapter overview Next 

Using popup menu

The popup menu of the editing area contains standard functions for working with the text (Cut, Copy, Paste, Find, Replace, etc) and also functions for processing the entire query which allow you to save/load query to/from file, and preview or print the query text.

 

Since latest versions it is possible:
 

comment/uncomment selected text (Shift+Ctrl+. / Shift+Ctrl+, shortcuts respectively). If no text is selected, the whole line will be commented. By the way, it is not necessary to select commented text to uncomment it, just press Shift+Ctrl+, having the cursor inside the commented text. Both kinds of comments (single-line and multi-line) are supported;
 
convert selected text to different cases (lower, UPPER, and NameCase);
 
export the contents of the editor to RTF and HTML formats (to file or to clipboard);
 
print/preview the contents of the editor.



Prev  Return to chapter overview Next