December 20, 2002 at 2:47 am
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
Regards,
K.Saravanan
December 23, 2002 at 8:00 am
This was removed by the editor as SPAM
December 23, 2002 at 4:40 pm
Is the population complete? Good? Corrupt file will give bad results, worth checking.
Andy
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply