QA

IOTA^_^    

Sams Teach Yourself ASP.NET in 21 Days, Second Edition
By Chris Payne
Table of Contents
Day 9.  Using Databases with ASP.NET


Q&A

Q1:

Can a DataSet hold XML data?

A1:

Absolutely. In fact, when the DataSet is traveling from the server to the client and back, it's first transformed into XML. This allows it to move data into places that normally wouldn't be accessible, such as behind restricted firewalls, which are designed to stop unauthorized data. Because XML is plain text, firewalls ignore it and allow it through.

Q2:

What does the MinimumCapacity property in Table 9.1 do?

A2:

This property sets the minimum number of rows that you expect will reside within this table. Setting this property in no way restricts you from adding more rows. Instead, it sets aside memory resources ahead of time so that access to these rows will be faster during runtime. You'll get to this and other specific ADO.NET properties tomorrow.


    IOTA^_^    
    Top


    Sams Teach Yourself ASP. NET in 21 Days
    Sams Teach Yourself ASP.NET in 21 Days (2nd Edition)
    ISBN: 0672324458
    EAN: 2147483647
    Year: 2003
    Pages: 307
    Authors: Chris Payne

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