Hi, I am getting issues with iBatis when using with Sql-Server 2008. A new data type (DATE) has been introduced in this version and when I try to run the query using iBatis to get the data in my application it is returning in the form of STRING instead DATE. I want iBatis to return the Date type columns data in Date not String. I am using iBatis-2.3.2.715 version currently. Is there any new version of iBatis supports that?
What is the latest release version of iBatis now? and where can I get it? Thanks, Kiran