beautypg.com

Sybase 11.9.x-12.5 User Manual

Page 114

background image

Server Error Messages 500 - 599

788

590

16

Dynamic SQL error - Prepared statement `%.*s' does not exist.

Explanation:

Adaptive Server could not perform the requested action. Check your

command for missing or incorrect database objects, variable names, and/or input data.

591

16

Dynamic SQL error - Prepared statement `%.*s' is already being used by a cursor.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by message.

592

16

The DELETE WHERE CURRENT OF to the cursor `%.*s' failed because the cursor is
on a join.

Explanation:

Adaptive Server could not perform the requested action. Modify your

command to meet the Adaptive Server requirement for the objects or variables shown in
the error message.

593

16

The UPDATE WHERE CURRENT OF to the cursor `%.*s' failed because column `%.*s'
being updated was not specified in the FOR UPDATE OF list.

Explanation:

Command failed. You tried to update a column not named in the cursor's

FOR UPDATE list.

594

16

The UPDATE WHERE CURRENT OF to the cursor `%.*s' failed because column `%.*s'
being updated was not specified in the SELECT list.

Explanation:

Command failed. You tried to update a column not named in the cursor's

SELECT list.

595

16

Trying to return NULL from stored procedure for bit variable `%.*s'

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by message.

596

17

Your query overflowed the space allocated for aligning internal data structures. Please
simplify your query by breaking it up into a series of shorter queries.

Explanation:

Command failed due to resource limitation. Modify the command to fit

available resources, retry when the resource is available, or contact your System
Administrator to address the resource problem.

599

16

The procedure, `%.*s', that cursor `%.*s' is declared on has been dropped and recreated
since the first time the cursor was opened.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by message.

Number

Severity

Text and Explanation