In my last post I described a “Select Distinct“ function for a datatable. This is a whole lot easier using Whidbey. You can get a…
Category: ADO.Net
I needed to perform a “Select Distinct“ on a datatable, not in the database, for binding to a listbox. Found a good solution here. Modified…
Mark Brown posted his fix for a bug in the FillDataSet method of the SqlHelper in the Data Access Application Block. The problem occurs when…
As I am continuing to migrate our ASP app to ASP.Net, it has finally come time to address the Indexing Service search. It’s a big…
Our application uses some fairly complex PL/SQL procedures to build reports in temporary tables so that we can access the data as a ref cursor…
I read about the Data Application Block yesterday and was intrigued, although for the life of me I cannot remember where I read about it…