Jump to content

flashmajic

Members
  • Posts

    2
  • Joined

  • Last visited

flashmajic's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. How would i do it in asp???
  2. Hii am trying to created a search function.A users types in the search word and search through the content fieldWhat i would like to achieve is to be able to count the number of occurences the search words appears in one record.I do not want to do something like this:SELECT pages.pgID, pages.pgTitle, Count(pages.pgDesc) AS CountOfpgDescFROM pagesGROUP BY pages.pgID, pages.pgTitleHAVING (((Count(pages.pgDesc)) Like '*talk*'))i actually want to be able to count the number of times the word talk appears in each record if any.Would any have a ny clues on how i could do this in SQL Ascess or using ASPAll i need is some direction.Thanks.
×
×
  • Create New...