Ask a Question related to ASP.NET General, Design and Development.
-
Antonio Maciel #1
Full-text searches and ASP.NET
Hi.
I have to implement a search mechanism for the site I am developing. The
choosen option for the project was to use full-text searches in our sql
server 2000 database. Does anyone have any special recomendations or
articles on how to use full-text searches from asp.net?
Thanks,
Antonio Maciel
Antonio Maciel Guest
-
sql server full-text search
Does anyone have experience with storing documents (word, excel, pdf, etc) in sql server as a binary object, and then using the full-text catalogs... -
Full justify with dynamic text ???
I don't know how to do a full justification with a dynamic textŠ There must be something to add in the line : loadVariablesNum("source.txt", 0);... -
bilingual Full text search
Hi folks, I want to make a full text search CD for 5000 html files in english and arabic. I already tried the following solutions.... 1) I... -
need help with MySQL full text searching!!!!
Hi I have a table which contains 3 fields (ID, Title, Abstract) the title and abstract fields have been fulltext indexes like this: ALTER TABLE... -
full text search
i found that sql-server full text search is only capable of searching the newly inserted items after an incremental or full population. Is there any... -
samham #2
Full-text searches and ASP.NET
You use it the same way u use sql queries, the difference
is in the queries, probably the CONTAINS keyword will be
most used. You can get details about it from SQL Server
Books Online.
There's not difference concerning ASP.Net , the difference
is in SQL.
hth
samham
developing. The>-----Original Message-----
>Hi.
>
>I have to implement a search mechanism for the site I amsearches in our sql>choosen option for the project was to use full-textrecomendations or>server 2000 database. Does anyone have any special>articles on how to use full-text searches from asp.net?
>
>Thanks,
>
>Antonio Maciel
>
>
>.
>samham Guest



Reply With Quote

