Hai everybody,
I have a table with text column. The structure is
TblData
-----------
LngIdnumeric(20)
VchNameVarchar(100)
VchEmailVarchar(100)
TxtDataText
VchRemarksVarchar(1000)
I have created a catalog in the DB and added the table and column. I also started the full population of catalog. But when i issue a query(like the one i have given here) no data is returned even if theres a matching row. No error is also reported.
select * from TblData where CONTAINS(TxtData,'ASP')
But when i issue a simple query like
select * from TblData
rows are returned.Pls help me.
Regards,
Saravanan K
Regards,
K.Saravanan