-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: setting paramter value in create statement in Db2 ver 8.1
PostPosted: Mon Apr 21, 2008 3:07 am 
Newbie

Joined: Mon Apr 21, 2008 2:00 am
Posts: 1
I am trying to use hibernate with DB2 8.1 database . I am facing problem while executing condtional query statement

the code is pasteed below
String testsql = " from RlaLic where LIC_NUMB_1500 = " + licno ;
RlaLic licd = (RlaLic) session.createQuery(testsql).uniqueResult();


the statement is working with condition hardcoded in statement

from RlaLic where LIC_NUMB_1500 = '0310012349'

but

from RlaLic where LIC_NUMB_1500 = " + licno is not working .

Even i tried with

("from RlaLic where LIC_NUMB_1500 = ? ").setString(0,licno).uniqueResult();

but its not working . i am getting null object .




what may be the problem ? any idea.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.