SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

HP NonStop SQL/MX Messages Manual523730-004
19-1
19
Rowsets Messages (30000 through
30999)
SQL 30001
Cause. You attempted to create a rowset that is not composed of host variable arrays.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 30002
Where num1 is the size of the rowset.
Where num2 is the smallest dimension of the rowset arrays.
Cause. You specified a rowset size larger than the smallest dimension, num2, of the
rowset arrays.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 30003
Cause. You specified a rowset size with a value other than an integer host variable or
constant.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
30001 A rowset must be composed of host variable arrays.
30002 The given rowset size (num1) must be smaller or equal
to the smallest dimension (num2) of the arrays composing the
rowset.
30003 Rowset size must be an integer host variable or
constant.