Data Archive
- Data Archive 6.5
- All Products
Parameter
| Description
|
---|---|
DRIVER
| Path and file name of the Data Vault ODBC driver. Alternatively, you can set the driver parameter to the ODBC driver name in the following format:
DRIVER={NUCLEUS ODBC Driver}
|
DATABASE
| Name of the folder in the Data Vault to connect to.
|
UID
| User account to log in to the Data Vault. The user account must be defined in Data Archive.
|
CONNECTION
| Name of a Data Archive connection to the Data Vault.
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 Data Vault.
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:
|
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:
|
PWD
| Password for the user account specified by the UID parameter.
|
DSN=Data Source Name
FILEDSN=Data Source Name
DRIVER=C:\WINNT\System32\sando.dll;CONNECTION=serv1_db01;DATABASE=db01;AUTOCOMMIT=True;UID=BOB