dbTalk Databases Forums  

Search: CONTAINSTABLE

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Search: CONTAINSTABLE in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jeffejohnson@hotmail.com
 
Posts: n/a

Default Search: CONTAINSTABLE - 06-18-2007 , 04:32 PM






I'm trying to write a query to associate to an alternate key. Can
someone provide the right syntax/keyword I need to accomplish this?

Here's the line that keeps giving me the error (Operand type clash:
uniqueidentifier is incompatible with int):

JOIN CONTAINSTABLE(VocabularyFrench, *, 'FORMSOF(INFLECTIONAL,
"remorques")') SRCH ON P.PRODUCT_ID = SRCH.[KEY]

Thanks,

Jeff


Reply With Quote
  #2  
Old   
M A Srinivas
 
Posts: n/a

Default Re: Search: CONTAINSTABLE - 06-19-2007 , 06:56 AM






On Jun 19, 2:32 am, jeffejohn... (AT) hotmail (DOT) com wrote:
Quote:
I'm trying to write a query to associate to an alternate key. Can
someone provide the right syntax/keyword I need to accomplish this?

Here's the line that keeps giving me the error (Operand type clash:
uniqueidentifier is incompatible with int):

JOIN CONTAINSTABLE(VocabularyFrench, *, 'FORMSOF(INFLECTIONAL,
"remorques")') SRCH ON P.PRODUCT_ID = SRCH.[KEY]

Thanks,

Jeff
Instead of * (all columns ) , provide columns list which are of data
type character ( char,varchar,nvarchar)



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.