SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Rowsets Messages (30000 through 30999)
HP NonStop SQL/MX Messages Manual—523730-004
19-2
SQL 30004
Where num is the rowset size.
Cause. You specified a value for rowset arrays that is invalid. It must be greater than
zero.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 30005
Cause. You specified different values for the dimensions of a rowset array.
Effect. SQL/MX uses the smallest dimension for the array.
Recovery. If this is not the value you want to use, correct the syntax and resubmit.
SQL 30006
Cause. Stated in the message.
Effect. The operation fails.
Recovery. Refine your SELECT statement and resubmit.
SQL 30007
Cause. You attempted to perform an assign statement using incompatible types.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
30004 The dimension of the arrays composing the rowset must
be greater than zero. A value of num was given.
30005 The dimensions of the arrays composing the rowset are
different. The smallest dimension is assumed.
30006 Both rowset and scalar host variables occur in the
output list. Either all output host variables must be scalar
or all output host variables must be rowsets.
30007 Incompatible assignment from type type to type type