Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 58019 invoked from network); 5 Sep 2007 14:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2007 14:23:15 -0000 Received: (qmail 37839 invoked by uid 500); 5 Sep 2007 14:23:07 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 37828 invoked by uid 500); 5 Sep 2007 14:23:07 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 37817 invoked by uid 99); 5 Sep 2007 14:23:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 07:23:07 -0700 X-ASF-Spam-Status: No, hits=-1.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Yuvraj.Shinde@sos.sungard.com designates 207.46.51.80 as permitted sender) Received: from [207.46.51.80] (HELO outbound3-sin-R.bigfish.com) (207.46.51.80) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2007 14:23:01 +0000 Received: from outbound3-sin.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound3-sin-R.bigfish.com (Postfix) with ESMTP id 0BB2D810346 for ; Wed, 5 Sep 2007 14:22:36 +0000 (UTC) Received: from mail189-sin-R.bigfish.com (unknown [10.3.40.3]) by outbound3-sin.bigfish.com (Postfix) with ESMTP id F2651DD0060 for ; Wed, 5 Sep 2007 14:22:35 +0000 (UTC) Received: from mail189-sin (localhost.localdomain [127.0.0.1]) by mail189-sin-R.bigfish.com (Postfix) with ESMTP id DF84F14D02AF for ; Wed, 5 Sep 2007 14:22:35 +0000 (UTC) X-BigFish: V X-MS-Exchange-Organization-Antispam-Report: OrigIP: 203.124.131.227;Service: EHS Received: by mail189-sin (MessageSwitch) id 1189002154784018_3397; Wed, 5 Sep 2007 14:22:34 +0000 (UCT) Received: from mails.ascindia.com (mails.ascindia.com [203.124.131.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail189-sin.bigfish.com (Postfix) with ESMTP id 0EB9A1C300A7 for ; Wed, 5 Sep 2007 14:22:33 +0000 (UTC) Received: from SOS-MAILSRV.ascindia.com ([10.253.58.2]) by mails.ascindia.com (8.12.8/8.12.8) with ESMTP id l85EOIXx013494 for ; Wed, 5 Sep 2007 19:54:19 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C7EFC8.A12828EA" Subject: RE: iBatis Select Query Date: Wed, 5 Sep 2007 19:55:32 +0530 Message-ID: <5EBE57594E74E84DB1DC6BA8E279389D05B81FAA@SOS-MAILSRV.ascindia.com> In-Reply-To: <2f55db670709050630i7d9a770ese2326cc90d779c3a@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: iBatis Select Query Thread-Index: AcfvwXiUv16MJScmSBykR49+RiugNQABvbQA From: "Yuvraj Shinde" To: X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C7EFC8.A12828EA Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable =20 Hi Nathen, =20 Every thing is proper,but only thig is a am aaccessing data from view.thats why I am not getting any data for particular columns. Regards =20 =20 ________________________________ From: Nathan Maves [mailto:nathan.maves@gmail.com]=20 Sent: Wednesday, September 05, 2007 7:00 PM To: user-java@ibatis.apache.org Subject: Re: iBatis Select Query =20 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? =20 Nathan On 9/4/07, prvijay 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.=20 -- View this message in context: http://www.nabble.com/iBatis-Select-Query-tf4376563.html#a12474812=20 Sent from the iBATIS - User - Java mailing list archive at Nabble.com. =20 ------_=_NextPart_001_01C7EFC8.A12828EA Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

 

Hi = Nathen,

 

 Every thing is proper,but = only thig is a am aaccessing data from view.thats why I am not getting any data for = particular columns.

Regards

=

 

 


From: = Nathan Maves [mailto:nathan.maves@gmail.com]
Sent: Wednesday, = September 05, 2007 7:00 PM
To: = user-java@ibatis.apache.org
Subject: Re: iBatis = Select Query

 

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 <vijay.puvvadi@fmr.com > 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.

 

------_=_NextPart_001_01C7EFC8.A12828EA--