david7777777777
Programmer
I've built a SQL 2000 database I named KnowledgeBase. I'm building ASP pages using VisualInterDev 6 to make a search page. I've supplied a textbox (txtKeywords) for the user to type keywords into (separated by a comma if there is more than 1 keyword).
After reading SQL-BOL about and enabling Full Text Indexing on the database, I can still not figure out the appropriate syntax to use to make sure the keyword I'm entering is actually being used in the correct way by SQL server. It keeps coming up with no results found. Any clues will be appreciated. Thanks.
After reading SQL-BOL about and enabling Full Text Indexing on the database, I can still not figure out the appropriate syntax to use to make sure the keyword I'm entering is actually being used in the correct way by SQL server. It keeps coming up with no results found. Any clues will be appreciated. Thanks.