[ https://issues.apache.org/jira/browse/IBATIS-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Larry Meadors closed IBATIS-471. -------------------------------- Resolution: Invalid Good grief man, upgrade your JDBC driver (I used classes12 back in 2000 against oracle 8), and try again. If it doesn't work, try the mailing list before reporting a bug. > Oracle 10g classes12.jar Ibatis 2.3 in Spring framework > ------------------------------------------------------- > > Key: IBATIS-471 > URL: https://issues.apache.org/jira/browse/IBATIS-471 > Project: iBatis for Java > Issue Type: Bug > Components: DAO, SQL Maps > Affects Versions: 2.3.0 > Environment: WinXP prof Oracle 10g oracle.jdbc.OracleDriver dcdb > commons BasicDataSource Spring 2.0.7 > Reporter: Daniele Valentini > Priority: Blocker > > I've a several problem ! > when i run this code: > > <select id="myQuery" resultClass="Integer" parameterClass="java.lang.String" > > select count(*) from TM0000 where c_name=#value# > </select> > the return value is 0 > In the log ibatis is printed the correct value passed to query and on DB > Server Oracle in the trace of transaction the query displayed "..... > c_name:=l "???? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.