Hi Folks,
I'm trying a JDBC to JDBC scenario and I'm getting the following error.
*Database-level error reported by JDBC driver while executing statement 'select * from EMPLOYEE where flag = 'X'.'. The JDBC driver returned the following error message: 'java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'flag = 'X'.'.'. For details, contact your database server vendor.*
My select statement is : select * from employee where flag = 'X'.
Regards,
Santosh