Hi all,
I am very new in programming so please apologized me for such question.
I have Product Table in SQL Server 2000 with the following structure:
Product_Id Int
ProductName Varchar(300)
Some of the product names are as follows
5-Htp
Coenzym Q-10
.
.
.
etc
I am writing search engine code for searching names in Product table. The issue I have is if user search 5htp or 5 htp no search result found as there are no product of such name.
Is there any way to write SQL query or some other way to find such type of words in table so either to write 5htp or 5 htp results should come?
Thanks a lot.
Asif
I am very new in programming so please apologized me for such question.
I have Product Table in SQL Server 2000 with the following structure:
Product_Id Int
ProductName Varchar(300)
Some of the product names are as follows
5-Htp
Coenzym Q-10
.
.
.
etc
I am writing search engine code for searching names in Product table. The issue I have is if user search 5htp or 5 htp no search result found as there are no product of such name.
Is there any way to write SQL query or some other way to find such type of words in table so either to write 5htp or 5 htp results should come?
Thanks a lot.
Asif