| Field | Action |
| Field name | Enter the field name if adding a new field.
This is the matching field name for the DB2 column in the DAV, so it must be the actual name of a field that appears in the note (otherwise no matching field would be found and the column in the DB2 view would be blank)
Note If you used the Choose Field method of specifying the fields for the DAV, you will be able to edit the field names in the properties, but if you change the field name so that it no longer matches a field name in the note, the corresponding column in the DB2 will be blank. |
| Notes type | Indicate the Notes data type for this field
Note Formula, rich text, and rich text light Notes data types are not supported for use in DAVs. |
| DB2 type | Indicate the DB2 data type for this field. Notes will indicate a default value associated with the Notes type you choose.
Note If you have an integer defined in the DAV, and an insert from DB2 supplies a real number (with a decimal), the insert will succeed and the decimal value will be truncated. |
| DB2 index field | Creates this column as a DB2 index field, which keys the database record for rapid retrieval |
| Allow truncation of Notes data | Specifies that the DB2 view can "clip" the notes data (only show DB2 column length characters) |
| Store multiple values
Note: this option is enabled only for multi-value fields. | If a Notes field has multiple values, you can select to use:
- first value in the field only
- delimited values. For multi-value fields, all of the data values can appear in the view as delimited text.
|
| DB2 multi-value delimiter | If you have chosen to use delimited values in this field, indicate the delimiter used.
This delimiter is the one that will be used to separate multiple values in the DB2 column and the delimiter that will be used to parse DB2 INSERT or UPDATES into separate values. It is not related to the delimiter specified in the form design that is used by the Notes client.
The default is a semicolon. |
| DB2 column length | This is used to define the column length in DB2 (essentially field length in Notes).
This is only required for columns mapped to the DB2 Varchar data type (all other types are fixed length). The default for varchar is 100. |
| Field | Action |
| Include UNID in access view | Select to have the Notes UNID for each field appear in the DAV. |
| Include OID in access view | Select to have the OID for each note appear in the DAV. If SELECTed in the Query View's SQL formula, allows document links to work when notes are selected and copied as a table. |
| Include modified time in access view | Select this option to include the Notes modified time for each note in the DAV. Note that this timestamp is modified to GMT. |
| Normalize to GMT for time zone conversions | Select this option to standardize all dates and times in the DB2 view to GMT. This is especially useful for distributed DB2 applications that are accessed by users in different time zones. |