Specifies the mode the access service uses for SQL transformation.
SQLTransformation=[passthrough | sybase | tsql0 | tsql1 | tsql2]
passthrough
passthrough specifies an access service to send 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 specifies an access service to perform SQL transformation of selected statements. It also allows the use of multi-part table names with the view command in SQL statements.