There was a syntax error in a SQL query or filter expression at the indicated line and position. The specified and expected values are indicated. This field is read-only.


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

Syntax

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

See Also