News1 min ago
Error
3 Answers
I tried to submit a question and got this:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Execution of a full-text operation failed. A clause of the query contained only ignored words.
/Toolkit/answ.asp, line 739
What the hell does it mean?
Microsoft OLE DB Provider for SQL Server error '80040e14'
Execution of a full-text operation failed. A clause of the query contained only ignored words.
/Toolkit/answ.asp, line 739
What the hell does it mean?
Answers
Best Answer
No best answer has yet been selected by Skids. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.When you submit a question to AnswerBank, it tries to look up similar questions that have already been asked. I assume it uses the words you used in the title of the question and the database didn't like it. When a search is made on SQL Server (the database that holds the info), words like or, and, if, I etc are ignored. It looks like the title of your question contained only these sorts of words and AB didn't catch the error (ie, the error was displayed on the page instead of being handled properly).
-- answer removed --