The database vendor cannot be determined from the JNDI DataSource, or the data source is of an unsupported type. Check the data source and verify the database connection. This field is read-only.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly DB_BAD_DATABASE_VENDOR As ExceptionCode |
C# |
---|
public static readonly ExceptionCode DB_BAD_DATABASE_VENDOR; |
C++ |
---|
public: static const ExceptionCode DB_BAD_DATABASE_VENDOR; |
J# |
---|
public static final ExceptionCode DB_BAD_DATABASE_VENDOR |
JScript |
---|
public static const var DB_BAD_DATABASE_VENDOR : ExceptionCode; |