Sybase 11.9.x-12.5 User Manual

Page 454

Advertising
background image

Server Error Messages 10700 - 10799

1128

10716

16

A SQL statement which produces a result set was submitted through a JDBC
executeUpdate() method. Use the JDBC execute() or executeQuery() methods.

Explanation:

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

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

10717

16

A single batch with SQL statements which produce multiple result sets was submitted
using the JDBC executeQuery() method. Use seperate batches or use the execute()
method.

Explanation:

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

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

10718

16

JDBC statement attempted to update a table which is already in use outside of the context
of the JAVA method which submitted the statement.

Explanation:

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

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

10719

16

The %s command is not allowed in JDBC.

Explanation:

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

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

10720

16

A JDBC statement caused a trigger to fire which generates a result set. Result sets in
triggers are not allowed.

Explanation:

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

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

10721

16

Class %.*s does not exist.

Explanation:

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

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

10722

16

Package %.*s not found.

Explanation:

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

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

10723

16

Class %.*s belongs to a jar. It cannot be independently removed or replaced.

Explanation:

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

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

10724

16

Jar %.*s does not exist.

Explanation:

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

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

10725

16

Class %.*s is in use. It cannot be removed.

Explanation:

ommand failed due to invalid or illegal request. Check syntax, semantics,

and permissions. Take any corrective action indicated by message.

10726

16

Cannot open file %.*s. If you’ve specified a relative pathname, re-try the command using
an absolute pathname.

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

Advertising