Data Archive
- Data Archive 6.5
- All Products
ODBC Parameter
| Description
|
---|---|
Data Source Name
| Name of the ODBC data source. Use as heading for the data source definition in the following format:
[Data Source Name] |
DESCRIPTION
| Additional information to describe the data source.
|
DRIVER
| Path and file name of the Data Vault ODBC Driver file.
|
DATABASE
| Name of the folder in the Data Vault to connect to.
|
UID
| User account to log in to the optimized file archive. The user account must be defined in Data Archive.
|
CONNECTION
| Name of a Data Archive connection to the optimized file archive.
The connection name must match a target connection defined in the Data Archive Workbench.
|
HOST
| Host name of the machine that hosts the Data Vault.
|
PORT
| Port number to connect to the Data Vault.
|
UTF8Data
| The code page to use for code page translations between the client and the optimized file archive.
Set the parameter to one of the following options:
|
UseRegionalSettings
| Format to use for date, time, and numeric values.
Set the parameter to one of the following options:
|
AUTOREFRESH
| Configures the Data Vault ODBC driver to commit or roll back all transactions before each SELECT statement so that the ODBC client accesses the most recent version of the Data Vault archive folder.
Set the parameter to one of the following options:
Default is 0. The Autorefresh parameter is not enabled and the ODBC driver does not commit or roll back transactions before a SELECT statement.
|
AUTOCOMMIT
| Configures the Data Vault ODBC Driver to commit transactions after each SQL command that modifies data such as an UPDATE or INSERT.
Set the Autocommit parameter to one of the following options:
Default is 0. The Autocommit parameter is not enabled and ODBC Driver does not commit transactions after each SQL command that modifies data.
|