Entering content frame

 Options for Data Sources (UNIX/Linux) 

You can specify various options to influence the way the MaxDB ODBC driver operates. These options become active the next time that you connect to the database server.

The following options are possible:

Option

Remark

SQLMode

Selects the database-specific SQL mode (default value is INTERNAL)

IsolationLevel

Overrides the default value of the MaxDB ODBC driver for the isolation level (the default value is Committed).

TraceFileName

Activates or deactivates the driver log for logging the SQL statements (Default value: No log is written).

If you have set this option, the MaxDB ODBC driver creates a log of the database session. All SQL statements that the application sends to the database system are recorded in the log.


A large number of file operations are performed if you activate logging. This affects the execution speed of the application. You should therefore deactivate logging again after your analysis.

 

 

Leaving content frame