Results 1 to 5 of 5

Thread: Kashida

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    Egypt
    Posts
    179

    Kashida

    Hello,

    How can I affect the Select Statement, so that it distinguishes between arabic words
    with "Kashida" and those without "Kashida".

    Thanks,
    Belal Marzouk

  2. #2
    Junior Member
    Join Date
    Sep 2000
    Location
    Calgary, Albetra, Canada
    Posts
    19
    What databas eare you hitting against ... this will help a lot. Oracle has more robust functions for handling this then MS SQL-Server

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    Egypt
    Posts
    179

    Reply - Kashida

    I am using Jet Database (Access)

  4. #4
    Junior Member
    Join Date
    Sep 2000
    Location
    Calgary, Albetra, Canada
    Posts
    19

    Smile

    It is Sunday afternoon here ... May 27, 2001. I will take a look at it tonight and get back to you as soon as possible. I know how I would write it for Oracle ... I just have to try it for Access.


    Cheers,
    Kyle

  5. #5
    Junior Member
    Join Date
    Sep 2000
    Location
    Calgary, Albetra, Canada
    Posts
    19

    Cool

    Hope this helps ... I created this procedure in Access '97 ... I think it does what you are asking for ...

    SELECT *
    FROM tblTest
    WHERE (((tblTest.Value) Like "*Test*"));

    This query returns every record where the word 'Test' appears in the field value, regardsless of its position. If this is not exactly what you need then please let me know what is missing.

    Sorry for the late delay. I moved this past weekend so things have been a bit crazy lately.

    If you need help on anything else feel free to email me directly.

    Ciao!
    kchanning

Posting Permissions

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



Click Here to Expand Forum to Full Width