SQL/MP Messages Manual
SQL Compiler Binder Messages (4000 to 4999)
HP NonStop SQL/MP Messages Manual—427720-006
6-18
SQL 4065
Cause. The number of elements in the select list was not the same as the number of
host variables in the INTO clause. This can occur if you use a SELECT * statement
with a table in the FROM clause for which a new column has been added.
Effect. The shorter list is used; the extra elements are ignored.
Recovery. Informational message only; no corrective action is needed. If your
application requires access to the new column, include a new host variable in the INTO
clause to receive values from the new column.
SQL 4066
Cause. The statement required an SQL table name. The specified table might exist;
however, a file system error occurred when accessing the table. See the file system
error following this error for the cause.
Effect. The statement does not compile.
Recovery. Correct the file system error condition.
SQL 4067
Cause. The statement required an SQL view name. The specified view might exist;
however, a file system error was encountered when accessing the view. See the file
system error following this error for the cause.
Effect. The statement does not compile.
Recovery. Correct the file system error condition.
4065 The select list and the host variable list have a
different number of elements.
4066 Table value-1 could not be accessed.
4067 View value-1 could not be accessed.