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
Only arguments that can be evaluated on the client are supported for the String.StartsWith method.
Please help! - THX