This question is locked. New answers and comments are not allowed.
Dear all
When I break on all Exceptions I get following exception when executing an OQL statement.
The Statements finally executes anyway and is getting data also. Where does the exception come from?
antlr.MismatchedTokenException occurred
Message=expecting "right parenthesis", found '=='
Source=Telerik.OpenAccess.Runtime
column=82
line=1
expecting=8
upper=0
StackTrace:
bei antlr.Parser.match(Int32 t)
InnerException:
OQL was:
SELECT * FROM TEmployeeExtent AS TEmployee WHERE 1=1 AND ((TEmployee.dtExitDate = nil) OR (TEmployee.dtExitDate >= $1))
Version of OpenAccess:
V2010.02
Thanks in advance.
When I break on all Exceptions I get following exception when executing an OQL statement.
The Statements finally executes anyway and is getting data also. Where does the exception come from?
antlr.MismatchedTokenException occurred
Message=expecting "right parenthesis", found '=='
Source=Telerik.OpenAccess.Runtime
column=82
line=1
expecting=8
upper=0
StackTrace:
bei antlr.Parser.match(Int32 t)
InnerException:
OQL was:
SELECT * FROM TEmployeeExtent AS TEmployee WHERE 1=1 AND ((TEmployee.dtExitDate = nil) OR (TEmployee.dtExitDate >= $1))
Version of OpenAccess:
V2010.02
Thanks in advance.