SQL/MP Messages Manual
SQL Compiler Binder Messages (4000 to 4999)
HP NonStop SQL/MP Messages Manual—427720-006
6-8
SQL 4032
Cause. The statement required the name of an SQL view. The specified object
referred to an existing SQL object that was not a view, such as a table or index. You
might be trying an operation that is not allowed on the object type; for example, DROP
VIEW.
Effect. The statement does not compile.
Recovery. Check the specified object name for correctness. Check the semantics of
the SQL statement.
SQL 4033
Cause. The WITH CHECK option was specified for a shorthand view. The WITH
CHECK option puts a constraint on the inserts and updates allowed on a view, but a
shorthand view cannot be updated. Therefore, the WITH CHECK option does not apply
to shorthand views. Note that the default view type in the CREATE VIEW statement is
a shorthand view.
Effect. The statement does not compile.
Recovery. Use a protection view.
SQL 4034
Cause. SQL/MP was unable to read =_DEFAULTS DEFINE.
Effect. The statement does not compile.
Recovery. Check the file name for correctness.
4032 Object value-1 is not an SQL view.
4033 The WITH CHECK option can be used only for protection
views.
4034 Unable to read =_DEFAULTS DEFINE.