The Content Engine JDBC driver is read-only. Queries leading to data modification are not allowed. This field is read-only.


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

Syntax

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

See Also