SQL/MP Messages Manual

SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual427720-006
5-16
SQL 3058
Cause. In some SQL statements where STABLE or REPEATABLE ACCESS can be
specified, BROWSE ACCESS is not allowed. For example, in a cursor declaration
(DECLARE CURSOR statement), if you include a FOR UPDATE clause you cannot
specify the BROWSE ACCESS option in the SELECT statement that defines the
cursor.
Effect. The statement does not compile.
Recovery. Remove the BROWSE ACCESS clause.
SQL 3059
Cause. You used a host variable or a parameter name in a DDL statement.
Effect. The statement does not compile.
Recovery. Remove the host variable or parameter name.
SQL 3061
Cause. An illegal version of DCOMPRESS has been specified.
Effect. The statement fails.
Recovery. Correct the version number and reissue the statement.
3058 BROWSE ACCESS cannot be specified for this SQL
statement.
3059 Host variables or parameter names cannot be used in DDL
statements.
3061 The version number of DCOMPRESS is optional and it must
be either 1 or 2 if specified.