-->
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.  [ 5 posts ] 
Author Message
 Post subject: I need Unicode in HQL
PostPosted: Tue Jun 26, 2007 6:30 am 
Newbie

Joined: Tue Jun 26, 2007 4:53 am
Posts: 4
Hi everybody,


I'm a dotnet developer using NHibernate and SQL EXPRESS.
I can't use unicode charchters in HQL in NHibernate before 1.2. Is
there a way to do this?


Thanks in Advance
A. Mohebbi


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 26, 2007 1:41 pm 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Use query parameters.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 27, 2007 4:33 am 
Newbie

Joined: Tue Jun 26, 2007 4:53 am
Posts: 4
Hi,


Sorry, I am so newbie in NHibernate. Here is my code:

string querystr = "select p.ID from Person ........ where n.Fn='" + firstName "'";
IQuery Q = session.CreateQuery(querystr);
Object obj = Q.UniqueResult();

Did you mean I should use Q.NamedParameters and pass firstName using this mechanism?


Thanks in Advance,
Afshar


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 27, 2007 4:44 am 
Newbie

Joined: Tue Jun 26, 2007 4:53 am
Posts: 4
Hi,


Sorry, I am so newbie in NHibernate. Here is my code:

string querystr = "select p.ID from Person ........ where n.Fn='" + firstName "'";
IQuery Q = session.CreateQuery(querystr);
Object obj = Q.UniqueResult();

Did you mean I should use Q.NamedParameters and pass firstName using this mechanism?


Thanks in Advance,
Afshar


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 27, 2007 4:53 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Read the documentation, there are lots of examples of this. I believe there is even one in the XML documentation of IQuery interface.


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

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.