vijaykoul
Jan 23rd 2005, 10:44 pm
hi everybody,
i want to perform search operations using ASP.
this is a word search i.e. every word entered as search keyword
should be searched in the database...
since it is a word search, i tried to split the string entered as search keyword,
and then search for each splitted word in the database.
It worked for only a few records present in the database.
some 1034 records were searched out of 1914
i tried the same procedure in PHP and that worked.
can anybody help me and tell me the best way to perform this kind of search
i will be highly thankful
i want to perform search operations using ASP.
this is a word search i.e. every word entered as search keyword
should be searched in the database...
since it is a word search, i tried to split the string entered as search keyword,
and then search for each splitted word in the database.
It worked for only a few records present in the database.
some 1034 records were searched out of 1914
i tried the same procedure in PHP and that worked.
can anybody help me and tell me the best way to perform this kind of search
i will be highly thankful