GeekArticles
Microsoft
ADO.NETArticle :: Disconnected Operations Part I: DataSet and DataAdapter
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 938 times |
Add CommentFiled in: ADO NETDale Michalk continues his series on ADO.NET with a discussion of the DataSet and its sidekick, the DataAdapter.n
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 ...