The following options let you select when to commit changes to the database. You can also commit changes manually by entering an explicit COMMIT statement whenever appropriate.
Commit after every statement Select this option to commit changes to the database after each SQL statement is executed.
Commit on exit or disconnect Select this option to commit changes to the database when you exit your Interactive SQL session. This is the default.
Show progress messages This option only applies to SQL Anywhere databases. Select this option to display database progress messages in the Messages pane. Selecting this option is the same as setting the SQL Anywhere progress_messages database option to Formatted. When this option is not selected, it is the same as setting the progress_messages option to Off. This option is only available for SQL Anywhere databases. This option is set by default.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |