|
-
Mar 3rd, 2001, 10:17 AM
#1
Thread Starter
Fanatic Member
I need to create a database for an inhouse graphics search engine.
I need help difining my tables.
what do i do
1 table with the graphic names and locations and an ID
and
1 table with the keywords that relate back to the ID
but how do I execute a query and figure out what match is closer.
for example if the search word is part of the keyword it get less of a "match value" than if it was the whole word
any help would be great
if you have a diagram
email it to me [email protected]
thanks
Kurt Simons
[I know I'm a hack but my clients don't!]
-
Mar 3rd, 2001, 11:39 AM
#2
Hyperactive Member
Kind of a stretch, but...
For the keyword, I would use the Instring function, to return the number of times a group of letters appear in the title of the string. Then apply a variable to the return number. If the return number is greater than....(whatever) then the odds increase. If the word is only so long, and the letters appear in most of the places, then the odds are it will be the right choice.
Other than that, I have no clue!
Lee
 Mahalo 
VB6(SP5), VC++, COBOL, Basic, JAVA
MBA, MCSD, MCSE, A+
Computer Forensics
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
|