Page 1 of 1

LinQ Query doesn't work...

Posted: Fri 19 Nov 2010 14:11
by Zero-G.
Hey

Using the lates dotConnect for mySQL Tools. - I tried the following LinQ Query:

Code: Select all

From Query In myDataContext.Glasinfos _
                                  From Ipro In myDataContext.Iproheads _
                                  Where Not Query.Firmakurz.Contains(Ipro.Manufacturer_Code) _
                                                                 Select Query.Firmakurz
This comes up with the following error:

Only arguments that can be evaluated on the client are supported for the String.StartsWith method.

Please help! - THX

Posted: Fri 19 Nov 2010 16:21
by StanislavK
Thank you for your report, we have reproduced the issue. We will analyze the situation and inform you about the results.