Results 1 to 2 of 2

Thread: Database Design Help

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833

    Post

    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!]

  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360
    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
  •  



Click Here to Expand Forum to Full Width