Neoview ODBC Drivers Manual (R2.5)

ERROR, WARNING, and additional messages for CONFIG. The values are listed in the following
table.
DescriptionName
Indicates some failed SQL calls and communications problems.ERROR
Triggered by anything that generates a diagnostic record.WARNING
Provides details of configuration calls.CONFIG
Provides details of what calls are made and other important markers.INFO
Shows the detailed contents of many calls.DEBUG
[ODBC]
traceFlags = INFO
TraceStart = 1 A value of 0 will set trace OFF
TraceFile = TRLOG
Adding a New Data Source
To add a new data source, add the name of the new data source below the section called [ODBC
Data Sources]. For example:
[ODBC Data Sources]
NEWDS = HPODBC
To add a new data source configuration, add the new information. For example:
[NEWDS]
Description = Data Source
Catalog = CAT => catalog name
Schema = SCH => schema name
DataLang = 0
FetchBufferSize = SYSTEM_DEFAULT
Server = TCP: <primary IP address or host name on the Neoview database>:18650
SQL_ATTR_CONNECTION_TIMEOUT = SYSTEM_DEFAULT
SQL_LOGIN_TIMEOUT = SYSTEM_DEFAULT
SQL_QUERY_TIMEOUT = NO_TIMEOUT
[NEWDS]
Description = Data Source
Catalog = CAT => catalog name
Schema = SCH => schema name
DataLang = 0
FetchBufferSize = SYSTEM_DEFAULT
Server = TCP: <primary IP address or host name on the Neoview database>:18650
SQL_ATTR_CONNECTION_TIMEOUT = SYSTEM_DEFAULT
SQL_LOGIN_TIMEOUT = SYSTEM_DEFAULT
SQL_QUERY_TIMEOUT = NO_TIMEOUT
Maximum Log File Size
To specify the maximum file size of the log files, edit your MXODSN file and change the
MaxTraceFileSize field. The minimum size that can be specified is 1 and the maximum size
is 2000. The default size is 1024. All sizes are in megabytes.
[ODBC]
traceFlags = INFO
TraceStart = 1 A value of 0 will set trace OFF
TraceFile = TRLOG
MaxTraceFileSize = 1024
Configuring the Client Data Source on Linux, HP-UX, IBM AIX®, and Sun Solaris 61