GeekArticles
Microsoft
ADO.NETArticle :: Connected Operations in ADO.NET
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 673 times |
Add CommentFiled in: ADO NETIn Part 2 of his five-part series on ADO.NET, Dale Michalk discusses ADO.NET connected operations with the Connection, Command, and DataReader classes.
Read Article Sponsored Links
Related Articles
• Performing DML Operations on XML Schema Based XMLType Views Performing DML Operations on XML Schema-Based XMLType Views
Analyzing the underlying query of the empSch_v view discussed in the preceding section, you may note that each attribute of the EMP_T object used in the select list maps to a certain column of a single table, namely emps. What this means in ...