Neoview Messages Manual (Volume 1) (R2.4)

SQL 3045
3045 The date value is not valid.
Cause You specified an invalid date value.
Effect The operation fails.
Recovery Change the date value and resubmit.
SQL 3046
3046 The time value is not valid.
Cause You specified an invalid time value.
Effect The operation fails.
Recovery Correct the time value and resubmit.
SQL 3047
3047 The timestamp value is not valid.
Cause You specified an invalid timestamp value.
Effect The operation fails.
Recovery Correct the timestamp value to a valid one and resubmit.
SQL 3048
3048 Dynamic parameters, such as name, are not allowed in a static
compilation.
Cause You attempted to use parameters in a static compilation, which is not supported.
Effect The operation fails.
Recovery Remove the parameters and resubmit.
SQL 3049
3049 Host variables, such as name, are not allowed in a dynamic
compilation.
Cause You attempted to use host variables in dynamic compilation, which is not supported.
Effect The operation fails.
Recovery Remove the host variables and resubmit.
SQL 3050
3050 The constraint must have the same catalog and schema as the
specified table.
Cause You specified a constraint whose catalog and schema do not match the specified table.
Effect The operation fails.
Recovery Correct the syntax so that the constraint and table have the same catalog and
schema.
SQL 3051
3051 Duplicate HEADING clauses were specified in column definition name.
Cause You defined column name with more than one HEADING clause.
Effect The operation fails.
Recovery Define the column with only one HEADING clause and resubmit.
92 Parser and Compilation Messages (3000 Through 3999)