Open System Services ODBC/MX Client Driver (SQL/MX 2.x)

Configuring Client Data Source Attributes for
ODBC/MX Connectivity
HP NonStop Open System Services ODBC/MX Client Driver544990-002
2-3
ODBCDSN File Format
ODBCDSN File Format
Table 2-1 describes the format of the ODBCDSN file.
Table 2-1. Format of the ODBCDSN file
File Section Contents and Format
[ODBC] Trace information
Trace Attribute Description
TraceStart
Trace off = 0
Trace on =1
If TraceStart keyword is omitted,
TraceStart = 0
TraceFile
Subvolume name where trace files are
created. (For example, trlog) If no name
is specified or the TraceFile keyword is
omitted, the subvolume name of the socket
server program is used.
Trace file name is in the form
Lxxyyyyy, where:
xx =CPUnumber
yyyyy = Process ID
Example log file name:
$data01.trlog.L1010123
TraceFlags
Bitmask indicating trace level. For
ODBC/MX 2.3:
ODBC + network layer = 6
If TraceFlags keyword is omitted,
TraceFlags = 0
[ODBC Data Sources]
List of data source name definitions
Driver name
[data-source-name]
One section per data source.
Lists the attributes for each data source
.
Data Source
Attribute
Description
DataLang
Character set of SQL commands.
Default = 0
Description
Text string comment describing the data
source.