If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Keyword Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-23-03, 22:01
Owen10 Owen10 is offline
Registered User
 
Join Date: Jun 2003
Posts: 1
Keyword Search

I doing a keyword search when i search for "IT", this error occur
"Microsoft OLE DB Provider for SQL Server (0x80040E14)
Execution of a full-text operation failed. A clause of the query contained only ignored words."

When i search for "IT A" the error still occur.

When i search for "ITA" or "IT Manager" everything is working fine...

I believe that "IT" maybe method for sql....strkey1 strkey2 and strkey3 are the keywords to search for.
...
WHERE CONTAINS (Joborder.Responsibilities, ' """ & strKey1 & """ AND """ & strKey2 & """ AND """ & strKey3 & """ ')
...

Pls advice thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On