Options for Data Sources (UNIX/Linux)
You can specify various options to influence the functioning of the SAP DB ODBC driver. These options become active the next time that you log on to the database server.
The following options are possible:
Option |
Remark |
SQLMode |
Select the database-specific SQL mode (default value is INTERNAL) |
IsolationLevel |
Overrides the default value of the SAP DB 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 SAP DB 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. |