DSN_CONTENT

The DSN_CONTENT view contains one or more rows per configured DSN. Each row contains a portion of the DSN content, ordered by sequence. If DATA_SOURCE_NAMES.format is STANDARD, then the content column contains driver connection string syntax.
The table below lists the columns that are associated with the DSN_CONTENT view:
Name
Type
Description
DSN_NAME
VARCHAR(256)
Specifies the unique name of the DSN.
SEQUENCE
INTEGER
Specifies the configuration chunk sequence.
CONTENT
VARCHAR(1024)
Specifies the DSN content.
Last updated: March 6, 2018