Subject | JCD/JDBC driver problems |
---|---|
Author | a_moisseev |
Post date | 2003-11-10T23:15:04Z |
Hello!
I use JCA driver with JBoss.
There is an exception:
javax.ejb.FinderException: Find failed: java.sql.SQLException:
org.firebirdsql.jdbc.FBSQLParseException: Escaped functions are not
supported.
after the query executing
SELECT OBJECT(g) FROM wareGroup as g WHERE LCASE(g.name) LIKE ?1 ORDER
BY g.name.
What is wrong ? Does function LCASE() is not supported ?
Best regards,
Andrei Moisseev
I use JCA driver with JBoss.
There is an exception:
javax.ejb.FinderException: Find failed: java.sql.SQLException:
org.firebirdsql.jdbc.FBSQLParseException: Escaped functions are not
supported.
after the query executing
SELECT OBJECT(g) FROM wareGroup as g WHERE LCASE(g.name) LIKE ?1 ORDER
BY g.name.
What is wrong ? Does function LCASE() is not supported ?
Best regards,
Andrei Moisseev