Can I do this? If not got altenate idea? I have a table with two columns. ftr_sampler is set as varchar(255). I want the script to search for similar keyword in the ftr_sampler.
sample table:
id ftr_sampler
- -----------
1 I like to eat apple.
Code:<% if RS3("ftr_sampler") = "%apple%" Then %> Id 1 like to eat apple. <% else %> Id 1 does not like to eat apple. <% end if %>



|



Bookmarks