Yes as you have mentioned it right i am using queryForObject method, i was expecting a resultset with metadata, so that i can process the resultset. As in JDBC we get a empty resultset i was expecting the same. Is this poissble in any other methods.
nmaves wrote: > > I can only assume that you are talking about the queryForObject method. > Which will return a null if a row is not returned. What is the issue > that > you are running into? > > Nathan > > On 9/4/07, prvijay <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> i a m using iBatis for executing a select query, it works fine if the >> query has a return value. Its giving null when the query does not have >> any >> results. Thats notthe case with procedure. Do anyone have any idea on >> this. >> -- >> View this message in context: http://www.nabble.com/iBatis- >> Select-Query-tf4376563.html#a12474812 >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/iBatis-Select-Query-tf4376563.html#a12514909 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
