SQLTransformation

Specifies the mode a DB2 access service uses for SQL transformation.

Syntax

SQLTransformation=[passthrough | sybase]

Default

passthrough

Values

passthrough indicates that a DB2 access service sends all SQL statements to the database system as received, without transformation. A client application uses passthrough mode to gain direct access to DBMS capabilities.

sybase indicates that a DB2 access service performs SQL transformation on selected statements. It also allows the use of multi-part table names with the view command in SQL statements.

Comments