You can personalize the settings in SQL Studio during operation. These settings are stored when you exit SQL Studio.
Procedure
To change your settings, choose Session ® Settings.
You can now make your changes.
Store Password |
The system stores the password that you used at logon for the next logon. |
Confirmation for saving SQL Studio Objects |
When the dialog window closes, the system asks whether you want to save the newly created SQL Studio object. |
Open Form Dialog read only |
Form dialogs are opened in read-only mode first. |
Remove failed connection attempts from Recent Sessions list |
The system deletes the failed attempts from the recent sessions list. |
Identifiers in Create Dialogs uppercase |
When you create a new SQL Studio object, the system automatically converts the entries to uppercase. |
Limit for long columns (Bytes) |
Maximum number of bytes that can be loaded from the database for a LONG column |
Limit for binary zoom (Bytes) |
Maximum number of bytes that can be displayed when zooming in the LONG column of a result table |
Representation of null value |
How the NULL value is displayed |
Clipped result view (Internal Mode) |
Result set displayed in segments |
Replace non chars in long columns |
ASCII codes < 32 are replaced by a blank character when LONG columns are displayed. |
Copy columns tab separated to clipboard |
When results are temporarily stored on the clipboard, the system separates the columns with tabs. |
Copy Result with Column Header |
When the results are copied, the system also copies the column headers. |
Append Exported Data to File |
When you export a result table into a file, the content of this result table is attached to the existing file content. |
Display Char Byte Column as Hex Values |
Data with the data type CHAR BYTE is stored as hexadecimal digits. If you do not choose this option, then this data is displayed in binary format. |
Selected table types |
Specifies which table types are displayed in the Catalog Manager |
Path for local folder |
Path to be used to save SQL Studio Objects in a local folder |
Restore catalog state |
When you log on to the database again, the last view of the Catalog Manager is restored. |
Convert input for catalog filter to uppercase |
The system automatically converts filter entries in the Catalog Manager to upper case |
Isolation Level |
Isolation level for creating SQL statements |
SQL mode |
SQL mode for creating SQL statements in the SQL dialog The SQL mode INTERNAL is always used for the Form dialog and the Visual Query dialog. |
Execute Statements Asynchronously |
SQL statements are executed asynchronously. You can specify a period of time (in milliseconds) during which the SQL Studio is inactive when SQL statements are executed. |
If you have the user attribute EXCLUSIVE, you cannot change the standard settings for the isolation level and SQL mode. In this case, SQL Studio automatically works with the isolation level COMMITTED and in SQL mode INTERNAL.
For an explanation of the user attributes, see the authorization section of the Reference Manual.