This section contains extra information relating to the deployment of the Easysoft ODBC-Sybase Driver.
The Easysoft ODBC-Sybase Driver lets you access Sybase ASE database versions 12.5.x and 15+.
All the ODBC 3.5 calls are supported except for the following:
The Easysoft ODBC-Sybase Driver is thread safe in accordance with the ODBC 3.5 specification and can safely be used behind threaded applications.
The ODBC calls an application makes can be traced:
An application can turn tracing on in the Driver Manager by using the ODBC API SQLSetConnectAttr (...,SQL_ATTR_TRACE,...).
The trace filename may also be specified with the SQLSetConnectAttr attribute SQL_ATTR_TRACEFILE.
For the unixODBC Driver Manager, add two attributes to the [ODBC] section (create one if none exists) in odbcinst.ini.
Ensure that the user who is running the application to be traced has write permission to TraceFile (and to the directory containing it), or no tracing information will be produced.
Add a LOG attribute to the DSN section of the odbc.ini file.
The LOG value is the path and file name of the log file, for example, /tmp/sybase.log.
| Copyright Notice |