Using Direct SQL in Web Grids
Nicolas Galler | January 8, 2010Another (thankfully smaller) post on the SalesLogix journal, detailing how to use straight SQL in a web grid. I use that a lot when I have a complex, read-only query (so much faster than cranking out the corresponding C# code to do it through the entity model), and I know a lot of SalesLogix dev are very familiar with SQL, so figured it would be useful.
The article is at Back to Basics – Using Direct SQL in Web Grids





