SQL/MP Messages Manual
SQL Compiler Binder Messages (4000 to 4999)
HP NonStop SQL/MP Messages Manual—427720-006
6-16
SQL 4057
Cause. The statement requires the name of an SQL compiled program, but the
specified object was not a program, or it was not SQL compiled, or the program file
was moved or restored.
Effect. The statement does not compile.
Recovery. SQL compile the program to make it SQL sensitive.
SQL 4058
Cause. The statement required an SQL table name, but no SQL table with the
indicated name existed.
Effect. If the message is a warning at compile time, the table must exist before the
statement executes. The statement is left uncompiled until an attempt is made to
recompile it or execute it.
Recovery. Create the table before executing the statement.
SQL 4059
Cause. The statement required an SQL view name, but no SQL object with the
indicated name existed.
Effect. If the message is a warning at compile time, the view must exist before the
statement executes. The statement is left uncompiled until an attempt is made to
recompile it or execute it.
Recovery. Create the view before executing the statement.
4057 value-1 is not an SQL compiled program.
4058 Table value-1 could not be found.
4059 View value-1 could not be found.