Maximo Wire - The IBM Maximo Help & Discussion Forum
February 08, 2012, 02:37:14 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to Maximo Wire, the IBM Maximo help forum. Feel free to register and ask any Maximo related questions you like.
 
  Home Help Search Login Register  
*
Pages: [1]   Go Down
  Print  
Author Topic: Problem due to Case Sensitive query through web services  (Read 707 times)
0 Members and 1 Guest are viewing this topic.
j_4jamshaid
Newbie
*

Karma: 2
Posts: 38


View Profile
« on: November 05, 2008, 02:31:49 pm »

I have deployed an integration interface on Person tables as webservice and search record through against person email. However the search is case sensitive. e.g. the email "myname@mydomain.COM" is not matched due to caps COM though it exists in table. How can i tell Maximo to ignore case while searching through MBO.

Thanks
« Last Edit: November 05, 2008, 02:37:05 pm by j_4jamshaid » Logged
amdisuk
Administrator
Full Member
*****

Karma: -1
Posts: 198


allandonaldson@hotmail.com
View Profile WWW
« Reply #1 on: November 06, 2008, 08:01:06 am »

If you can change the sql script you can use the 'lower' key word to compare the lower version of your strings:

Code:
SELECT *
FROM  [dbo].[Courses]
WHERE  LOWER(education_delivery_method)  = 'classroom';

For example.
Logged

Big Al
amdisuk
Administrator
Full Member
*****

Karma: -1
Posts: 198


allandonaldson@hotmail.com
View Profile WWW
« Reply #2 on: November 06, 2008, 08:02:15 am »

It's fairly easy to do with java code too if you have chance to change that.
Logged

Big Al
Pages: [1]   Go Up
  Print  
 
Jump to:  

Recent

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!