| View previous topic :: View next topic |
| Author |
Message |
wangxianlg Novice
Joined: 15 Jan 2012 Posts: 1
|
Posted: Sun Jan 15, 2012 2:34 pm Post subject: Condition with international Character |
|
|
Hi,
How can I support Condition with international Character? For example, end user type the international Character in the condition panel and query looks like following:
where country='你好'
I know I need to add N country=N'你好' in front of international Character, but how can I do it programmatically.
Thanks!
Alan |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 07 Nov 2005 Posts: 264
|
Posted: Wed Jan 18, 2012 4:41 pm Post subject: |
|
|
You can create special operator in your data model (let's name it "equal to (intl)") and change its expression to
{expr1}=N{expr2}
The same thing you can do with all others operators if necessary. |
|
| Back to top |
|
 |
|