|
-
Dec 24th, 2009, 03:30 PM
#1
Thread Starter
Addicted Member
[RESOLVED] ADO Search Agorithm
Do anybody know an good algorith to search a string by ado
Let say i have
SELECT * FROM StrTemp WHERE [Search] LIKE '%" & Search & "%'
i want to find = "John Miller"
In the database i have a string like: "I am Miller John", so i just want to know how can i use ADO to find that string, with the "John Miller" or "Miller John" critia.
Thanks
Of course i can't loop all the string in the database, because i have 100 000 records, it gonna take to much time.
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
|