Code smarter, not harder
March 10th, 2008 | No Comments | Filed in Programming, blog365I have some SQL stored procedures that munge data from quite complex table structures. One such stored procedure fetches me twenty seven columns of data, all of which needs mapping into a suitably created C# object so I can process it. I can’t just use a dataset because the data needs verifying, processing and formatting for display depending on complex bits of logic.
Visit my other sites: Photo Gallery | Insane in the Membrane | Main website