Chapter 22. Advanced Database Operations
In This Chapter: | |
Data Access with the www.IT-Visions.de PowerShell Extensions |
This chapter contains advanced database access techniques (specifically, using an ADO.NET DataSet
). This chapter provides examples on how to read and change data and convert between tabular data and XML documents. You also learn that using the commandlets within the www.IT-Visions.de Commandlet Library makes data access a lot easier.
Data Access Using a DataSet
A DataSet
contains a collection of data tables that are presented by single DataTable
objects. The DataTable
objects can be filled from any data sources without a relation existing between object and data source; the DataTable
object does not ...
Get Essential PowerShell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.