| Author |
Thread |
| ASP Search Engine |
|
Posted in tutorial: An ASP Tutorial to create your own Database driven Search Engine |
· stevemw
Joined: 30 Jun 2004 Total Posts: 2 |
ASP Search Engine Posted: 30 Jun 2004
Hi, I am designing an ASP knowledge base at work but am a bit stuck. I'm very new to ASP and need to finish this project as soon as I can. I have in place the add, delete and view records, but can't get the search bit. I have a form which I want to run against the database and show the results it finds. I'm finding it difficult to cater the example on this site to my needs. I can provide the files if necessary. Hope someone can help.
Many Thanks
Steve
|
· Faisal Khan
Joined: 24 Sep 2002 Total Posts: 547 |
Re: ASP Search Engine Posted: 30 Jun 2004
Since you already have the data in the database against which you want to do the searches, I'll suggest that you take a look at SQL Server 2000's built-in FULL-TEXT Search. You'll create a catalog, build indexes and run searches, simple as that!
For more info either check "SQL Server Books Online" which comes with SQL Server or microsoft.com/sqlserver.
|
· dhiraj_pub
Joined: 15 Sep 2004 Total Posts: 1 |
Not Adding Data to database Posted: 15 Sep 2004
Hello Mr. Khan,
i hae downloaded the code for search engine .. its pretty good but i am facing a problem reg. adding new data into database ... i have registered DLL file too but when u deleted the sample data from database and gave a new link in addtodb http section it replies new account created for specified directory 0 page indexed.. can you pl. help me out what can be the reason behind this
best regards
Dhiraj
|