ADO.NET

List of Tips/Tricks in ADO.NET

General


what are difference between dataset and datareader

what are difference between dataset and datareaderRead more..
By: oudinia   |    On:  4/16/2010 11:16:44 PM

Operation must use an updateable query ASP.NET with Database

When you are work with asp.net and database,sometime you may receive error "Operation must use an update with query." update database with your data access.Read more..
By: RRaveen   |    On:  4/19/2011 9:43:44 AM

Miscellaneous


How to retrieve Multiple Result Sets from DataReader in .NET

In this snippets, i will show to you How to retrieve Multiple Result Sets from DataReader in .NET.I will use the SqlDataReader for the demonstration purpose.Read more..
By: RRaveen   |    On:  11/23/2010 10:22:10 AM
^ Scroll to Top