This chapter is composed of :
The SQL Preferences allows the developer to set SQL execution global settings.
These settings will be inherited to each new SQL Forward wizard page.
With the SQL Execution Behaviour set of options you can control the way your SQL instructions are processed.
With the On Error options you control the flow of your processed SQL instructions.
The Autocommit option will consider each SQL instruction as a transaction.
The SQL Output Result will display a detailed report in the DatabaseConsole window.
With the SQL Encoding Policy you can control the way your retrieved SQL Types will be encoded.
Character means that retrieved SQL values are left as sent by your Database.
Base64 means that retrieved SQL values are Base64 encoded.
Hexadecimal means that retrieved SQL values are Hexadecimal encoded.