1. org.springframework.jdbc.BadSqlGrammarException forum.springsource.orgActually, I found the problem. In the ResultSet.getString("column name") of my RowMapper, I was passing the column name alone instead of "INITCAP(column name)". Thanks |
2. org.springframework.jdbc.BadSqlGrammarException: acl_sid doesn't exist forum.springsource.orgorg.springframework.jdbc.BadSqlGrammarException: acl_sid doesn't exist Hello, I'm using spring security and mysql. On my MacOS-X system every thing works fine. On linux there is the following excption: org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar ... |
3. org.springframework.jdbc.BadSqlGrammarException: forum.springsource.orgSep 7th, 2009, 03:40 AM #1 maneesh.ce.2007 View Profile View Forum Posts Private Message Junior Member Join Date Sep 2009 Posts 11 org.springframework.jdbc.BadSqlGrammarException: Hi frnds , I m using Batchupdate Statement ... |
4. java.lang.Exception: org.springframework.jdbc.BadSqlGrammarException: PreparedStateme forum.springsource.orgI have dynamically passing the values to the below SQL in the java side SELECT COUNT(*) FROM report_X_detail WHERE report_id = ? AND detail_id != ? By calling execute(new Object[] { ... |