Data Model > Available DSCs > Relational MR database (RDB) CDSC > Relational MR Database CDSC schema > OtherData2 table
 
OtherData2 table
The OtherData2 table stores text, real, date, and object responses. The OtherData2 table is used only in the RDB DSC 2 schema.
Columns
Serial
Key: Yes
Column type: Integer
Linked: No
The identifier for the respondent associated with this response. The identifier is unique within each project within the database. The Serial column stores the Respondent.Serial system variable. When a record is written, Relational MR Database CDSC generates an error if the serial number already exists for the same project within the database, and generates a new serial number if Respondent.Serial does not exist or is blank.
VariableID
Key: Yes
Column type: Integer
Linked: Variables.VariableID
The ID of the variable to which this response corresponds.
OrderChosen
Key: Yes
Column type: Smallint
Linked: No
For categorical variables, the order in which responses are chosen. The value is auto-incrementing and provides a unique primary key. No conclusions should be drawn from the numbers in this column (the order is not consistently assigned). The order is indexed from 0. For non-categorical responses, this should always be set to 0.
TextVal
Key: No
Column type: Nvarchar
Linked: No
The value for Text type responses. The SQL Server row size limit means that the maximum number of characters is 4000 characters.
RealVal
Key: No
Column type: Float
Linked: No
The value for Real type responses.
DateVal
Key: No
Column type: Datetime
Linked: No
The value for Date type responses.
ObjectVal
Key: No
Column type: Image
Linked: No
The value for Object type responses. The actual database type for this column varies. In SQL Server it is an image column.
See also
Variables table
Responses2 table
ResponseSerial table
SchemaVersion table
Responses table
OtherData table
OtherID table
LevelResponseX table
LevelOtherDataX table
LevelSerial table
Categories table
CategoriesLookup table
Relational MR Database CDSC schema