Special Character search lik

Ask a Question related to Informix, Design and Development.

  1. #1

    Default Re: Special Character search lik


    How did u insert

    mycafé in database ?? Use same client settings which u used for insert.

    Hope this helps. ( Else post ur settings or method to insert into DB
    these values )

    Rgds
    Preetinder

    KalpanaPai wrote:
    >Any luck !!!!!!!
    >
    >
    >
    >
    >kalpanapai@hotmail.com (KalpanaPai) wrote in message news:<8b77f6f5.0308202106.4538f987@posting.google. com>...
    >
    >
    >>Hi
    >>
    >>Is there anythig needs to be set in informix for searching keywords
    >>like café .
    >>
    >>If i give sql as
    >>select * from test where name matches '*mycafé*'
    >>or select * from test where name matches '*café*'
    >>it does not work
    >>
    >>but it works with the foll
    >>select * from test where name matches '* café*'
    >>select * from test where name matches '*my café'
    >>
    >>We have setting on the server as follows
    >>
    >>LC_COLLATE=en_US.ISO8859-1
    >>LC_CTYPE=en_US.ISO8859-1
    >>LC_MESSAGES=C
    >>LC_MONETARY=en_US.ISO8859-1
    >>LC_NUMERIC=en_US.ISO8859-1
    >>LC_TIME=en_US.ISO8859-1
    >>
    >>As i never faced such problems with Oracle and i believe it works in
    >>other dbs like Sqlserver, DB2 , Dbaccess etc
    >>
    >>Any clues appreciated
    >>
    >>Thanks & Regards
    >>Kalpana
    >>
    >>
    sending to informix-list
    preetinder dhaliwal Guest

  2. Similar Questions and Discussions

    1. MX 7 and CGI special character problem
      The umlauts have stopped working in our application since upgrading to Coldfusion MX 7 and Apache 2.0.43. A html form is sent to coldfusion. A...
    2. Special character imported from a database
      Hi! I'm having trouble importing some text from a database to flash. The text is in spanish, and in this language, we have some special characters...
    3. Special Character search like é in the informix database
      Hi Is there anythig needs to be set in informix for searching keywords like café . If i give sql as select * from test where name matches...
    4. Special character for SM?
      Hi all, I need to insert the character "SM", similar to special character "TM". Is there a keystroke for this like TM? Would rather use htm text...
    5. I need a special character....
      The a in Mangels need an umlaut, please. Eleanor
  3. #2

    Default Re: Special Character search lik

    The data will be keyworded from the client through our application,
    and also
    i can insert the data with given settings, i just copied the symbol
    and inserted with insert statement . We are having a problem when the
    client searh for the word or statement from the application which
    has this letter.

    We have many clients , only few of them enter such characters .

    hanks heaps !!!!!!!!

    Cheers
    kalpana



    preetinder dhaliwal <preetinder.dhaliwal@dhl.com> wrote in message news:<biedsf$7n3$1@terabinaries.xmission.com>...
    > How did u insert
    >
    > mycafé in database ?? Use same client settings which u used for insert.
    >
    > Hope this helps. ( Else post ur settings or method to insert into DB
    > these values )
    >
    > Rgds
    > Preetinder
    >
    > KalpanaPai wrote:
    >
    > >Any luck !!!!!!!
    > >
    > >
    > >
    > >
    > >kalpanapai@hotmail.com (KalpanaPai) wrote in message news:<8b77f6f5.0308202106.4538f987@posting.google. com>...
    > >
    > >
    > >>Hi
    > >>
    > >>Is there anythig needs to be set in informix for searching keywords
    > >>like café .
    > >>
    > >>If i give sql as
    > >>select * from test where name matches '*mycafé*'
    > >>or select * from test where name matches '*café*'
    > >>it does not work
    > >>
    > >>but it works with the foll
    > >>select * from test where name matches '* café*'
    > >>select * from test where name matches '*my café'
    > >>
    > >>We have setting on the server as follows
    > >>
    > >>LC_COLLATE=en_US.ISO8859-1
    > >>LC_CTYPE=en_US.ISO8859-1
    > >>LC_MESSAGES=C
    > >>LC_MONETARY=en_US.ISO8859-1
    > >>LC_NUMERIC=en_US.ISO8859-1
    > >>LC_TIME=en_US.ISO8859-1
    > >>
    > >>As i never faced such problems with Oracle and i believe it works in
    > >>other dbs like Sqlserver, DB2 , Dbaccess etc
    > >>
    > >>Any clues appreciated
    > >>
    > >>Thanks & Regards
    > >>Kalpana
    > >>
    > >>
    >
    > sending to informix-list
    KalpanaPai Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139