Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot resolve collation conflict for equal to operation
Message
From
10/05/2002 11:06:07
 
 
To
10/05/2002 09:34:22
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00655027
Message ID:
00655072
Views:
24
This message has been marked as the solution to the initial question of the thread.
>
>SELECT c.*, o.*
>FROM SmtNtLight.dbo.MemberCounters AS c INNER JOIN
>   OPENROWSET('VFPOLEDB.1',
>   'c:\NT Light\Database\Setup.dbc';'';'',Members)
>   AS o
>   ON c.Member_ID = o.Member_ID
>
>
>The above returns
>
>Server: Msg 446, Level 16, State 9, Line 1
>Cannot resolve collation conflict for equal to operation.
>

I assume the _ID fields are character? Try to add "COLLATE Latin1_General_CS_AS_KS_WS" to the last line of your query.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform