|
-
May 26th, 2001, 04:59 AM
#1
Thread Starter
Addicted Member
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
-
May 26th, 2001, 11:43 AM
#2
Junior Member
What databas eare you hitting against ... this will help a lot. Oracle has more robust functions for handling this then MS SQL-Server
-
May 26th, 2001, 10:42 PM
#3
Thread Starter
Addicted Member
Reply - Kashida
I am using Jet Database (Access)
-
May 27th, 2001, 03:03 PM
#4
Junior Member
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
-
Jun 4th, 2001, 01:24 PM
#5
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|