Its the northwind database. You can copy this code like it is into the "dblinq.mysql.example" project.
On 15 Apr., 12:17, Pascal Craponne <[email protected]> wrote: > What database are you working on?What SQL is generated? > > On Wed, Apr 15, 2009 at 10:42, <[email protected]> wrote: > > > Hello Newsgroup, > > > I think there is an error in the WHERE clause string filter: > > > // In the dblinq.mysql.example project: > > var q0 = from o in db.Orders > > where o.ShipName == "Bon app" // This does not work! > > //where o.ShipName == "QUICK-Stop" // But this works. So > > "London" > > q5 beneath. > > select new > > { > > o.ShipName, > > }; > > Strings with spaces are not handled correctly. > > > BTW: In the foreach loops of q5 and q6 are only the q4 result used > > over and over again. > > > Thanks > > > Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
