Tag
|
Definition
|
Driver
|
The data-source-specific library used by the Driver Manager.
|
Database name (mandatory)
|
The name of the database used by the DSN.
|
PortNumber (mandatory)
|
The Network Service number on which the database server is listening for connections.
|
HostName (mandatory)
|
The name of the host machine on which the database is running.
|
LogonID
|
The default user ID for logon to the database server.
|
Password
|
The password for the default user ID.
|
APILevel
|
A number indicating the ODBC interface conformance level supported by the driver:
0 — None
1 — Level 1 supported
2 — Level 2 supported
|
ConnectFunctions
|
A three-character string indicating whether the driver supports SQLConnect, SQLDriverConnect, and SQLBrowseConnect.
If the driver supports SQLConnect, the first character is "Y"; otherwise, it is "N".
If the driver supports SQLDriverConnect, the second character is "Y"; otherwise, it is "N".
If the driver supports SQLBrowseConnect, the third character is "Y"; otherwise, it is "N".
For example, if a driver supports SQLConnect and SQLDriverConnect but not SQLBrowseConnect, the three-character string is "YYN".
|
CPTimeout
|
The time interval setting for Connection Pooling Timeout. Not supported for UNIX.
|
DriverODBCVer
|
A character string with the version of ODBC that the driver supports. The version is of the form nn.nn, where the first two digits are the major version and the next two digits are the minor version.
|
FileUsage
|
A number indicating how a file-based driver directly treats files in a data source:
0 — The driver is not a file-based driver. For example, a driver may be a DBMS-based driver.
1 — A file-based driver treats files in a data source as tables. For example, an Xbase driver treats each Xbase file as a table.
2 — A file-based driver treats files in a data source as a catalog. For example, a Microsoft® Access driver treats each Microsoft Access file as a complete database.
|
SQLLevel
|
A number indicating the SQL-92 grammar supported by the driver:
0 — SQL-92 Entry
1 — FIPS127-2 Transitional
2 — SQL-92 Intermediate
3 — SQL-92 Full
|
UsageCount
|
Indicates driver libraries are in use. This value should not be modified.
|
ArraySize
|
A hint that can be provided to the ODBC driver with regards to how many records can be retrieved from the server at a time.
|
DefaultLongDataBuffLen
|
Controls the size of an LOB that can be accessed in SQL.
|
DefaultIsolationLevel (mandatory)
|
The default isolation level under which data will be accessed.
|
StaticCursorLongColBuffLen
|
The default size for retrieving sections of LVARBINARY data.
|
ODBCINI=/usr/dlc/wrk/odbc.ini
|