Chapter 6. ADO .NET DataAdapters

0-13-101881-7_ch06 Chapter 6. ADO .NET DataAdapters</h2>
Team-Fly team-fly    

  
ADO.NET Programming in Visual Basic .NET
By Steve  Holzner, Bob  Howell

Table of Contents


DataAdapters are the interface components that sit between the DataSet and the database. They contain the commands necessary to read data and optionally update the database with changes made to the DataSet. There are also some helper classes that make our programming lives easier. They do this by creating the Update statements from the Select statement we provided, and by fetching parameter lists for stored procedures from the database. So far, we have only seen how to connect to a database. Now we will actually get data and do updates.


Team-Fly team-fly    
Top


ADO. NET Programming in Visual Basic. NET
ADO.NET Programming in Visual Basic .NET (2nd Edition)
ISBN: 0131018817
EAN: 2147483647
Year: 2005
Pages: 123

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net