Since I’m rather unlikely to reach for the book on Windows for Workgroups or Red Hat 6.1 they went off to be recycled. My general rule of thumb is that if it’s >10 years old, I probably don’t need it anymore. One exception to the rule (for example) is a […]
Daily Archives: November 30, 2008
2 posts
Sometimes you have to wonder how people miss things.. Something simple like: string movieTitle = "Ghostbusters";var movies = from mov in mdb.Movie where mov.Title.Contains(movieTitle) select mov; Fails with a nasty error: "The ntext and image data types cannot be used in WHERE, HAVING, GROUP BY, ON, or IN clauses, except […]