Operation not allowed for TYPE_FORWARD_ONLY ResultSet objects. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly JDBC_INVALID_CURSOR_OPERATION As ExceptionCode
C#
public static readonly ExceptionCode JDBC_INVALID_CURSOR_OPERATION;
C++
public:
 static const ExceptionCode JDBC_INVALID_CURSOR_OPERATION;
J#
public static final ExceptionCode JDBC_INVALID_CURSOR_OPERATION
JScript
public static const var JDBC_INVALID_CURSOR_OPERATION : ExceptionCode;

See Also