Chapter Summary

‚   ‚  


The .NET Framework and Visual Studio .NET include pervasive XML integration. One place where this integration comes into play is with DataSet schema files. A DataSet schema provides an XML representation of the metadata that defines the structure of a DataSet. Visual Studio .NET offers both text and graphical editing of these files.

KEY TERMS

  • Attribute

  • Ad hoc query

  • DataSet

  • DataSet Schema

  • Element

  • Identity

  • Key

  • MetaData

  • Nested Relationship

  • One-to-Many Relationship

  • OSQL

  • Parameter

  • Simple Type

  • SQL-92

  • SQL Query Analyzer

  • Stored procedure

  • Strongly Typed DataSet

  • Transact-SQL

In this chapter, you learned how to perform basic schema file operations. This includes creating schemas with elements and attributes, as well as using Server Explorer in conjunction with the XML Designer. You also saw how you could use the Designer to add keys and relationships to a DataSet schema. Finally, you learned how to use schemas to create and use strongly typed DataSets.

SQL Server is an important data source for .NET applications. To deal effectively with SQL Server data, you must have an understanding of the T-SQL language. In this chapter, you learned the basics of T-SQL, including the SELECT , INSERT , UPDATE , and DELETE statements. You also saw how to execute SQL in ad hoc queries and in stored procedures.


‚   ‚  
Top


MCAD. MCSD Training Guide (Exam 70-310. Developing XML Web Services and Server Components with Visual Basic. NET and the. NET Framework)
MCAD/MCSD Training Guide (70-310): Developing XML Web Services and Server Components with Visual Basic(R) .NET and the .NET Framework
ISBN: 0789728206
EAN: 2147483647
Year: 2002
Pages: 166

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