The Object store property is not found in JDBC driver URL. This field is read-only.


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

Syntax

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

See Also