If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > matchs accented strings

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-06, 15:27
moespi moespi is offline
Registered User
 
Join Date: Sep 2002
Location: Guanajuato, Mexico
Posts: 8
Question matchs accented strings

how do maths of accented strings with not accented strings, something like accent-insensitive.
so Andres and Andrés they are equivalent

select name from employees where name like "Andres%"
results
Andres Palacios
Andrés Perez
Andres Lopéz
Andrés Sanchez

this I need
Reply With Quote
  #2 (permalink)  
Old 07-03-06, 10:39
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hola Moespi,

Esto depende del GLS que estes usando en la base de datos, por favor chequea la variable BD_LOCAL o prueba definiendo la variable DBNLS=[0|1|2]

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On