Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi sir,

i need to search records based on the given keyword,whatever keyword matches in the database among the tables.

whereas i'd implement fulltext search option as follows

enabled full text search using query.

create index in table field.

created catalog for all tables.

created population among the tables

but if i use the query, no result is showing

select * from Fileupload where CONTAINS(Name,'kumar')

Select * from Fileupload where FREETEXT(*,'kumar')


i'd use above queries no result is displaying, but Fileupload table contains record with word kumar

please give me the solution

Thanks

Nandakumar S
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900