How Do I Make A Search Engine (in Html If Possible) To Find A Certain Entry In A Microsoft Access Database?

and…
How do I implement the search engine in the webpage that I’m currently working on?

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

4 Responses to “How Do I Make A Search Engine (in Html If Possible) To Find A Certain Entry In A Microsoft Access Database?”

  • peacemak says:

    You will need either ASP Classic or ASP.NET. html does not support server side programming.

  • Anonymous says:

    You need ASP.net. For more info and tutorials, visit http://www.asp.net/ and http://www.asp.net/learn/ respectively.

  • little d says:

    there are two option available…
    (i) u hard code
    or
    (ii) u use a third party tool….
    assuming u in urgent need….google the same…u will bump into one….
    i would prefer search engine creator….

  • suhail62 says:

    hi,
    use this trick
    write sql statement
    select * from

    where = or
    =;
    first column : the column you will search in
    Variable1: text box you gave to the searcher to fill
    Second Column: same
    Variable2: same
    But be aware of SQL Injection.
    Regards.

Leave a Reply

You must be logged in to post a comment.

Powered by Yahoo! Answers