PC Review


Reply
Thread Tools Rate Thread

Brief overview Datasets/XSD within ADO.NET

 
 
Dave Bundy
Guest
Posts: n/a
 
      1st Aug 2003
Hi, I've been studying ADO.NET for a couple of weeks now. Books can only
explain so much so I thought maybe someone could shed some light on the matter
( that a vb newbie could understand )

What's the main purpose of a Dataset? Does it manipulate the DB on the clients
end?

What's the main purpose of XSD's?

I apologize if it seems out of the ordinary to ask such a question but I'm just
now getting to the point of addressing the learning curve. I'm studying the MS
ADO.NET Step by Step and the author seems to lack details...

Dave
Amnx(at)aol.com
 
Reply With Quote
 
 
 
 
Carl Prothman [MVP]
Guest
Posts: n/a
 
      2nd Aug 2003
"Dave Bundy" <(E-Mail Removed)> wrote
> Hi, I've been studying ADO.NET for a couple of weeks now. Books can only
> explain so much so I thought maybe someone could shed some light on the matter
> ( that a vb newbie could understand )
>
> What's the main purpose of a Dataset? Does it manipulate the DB on the clients
> end?
>


Dave,
Think of a DataSet as an **in-memory** database. It can contains zero
to many DataTables.

It is kind like a client-side ADO Recordset. However the DataSet
can contain more than one DataTable (result set), whereas the
client-side ADO Recordset could only have one result set.

http://msdn.microsoft.com/library/en...ngdatasets.asp


> What's the main purpose of XSD's?
>


The XSD allows you to create a scheme file, which you can use to
create a Typed DataSet. e.g. Add a new XSD file to your project,
then drag and drop a table from the server explorer onto the XSD
designer form, then right click on the designer form and select
"Generate DataSet", which runs the xsd.exe compiler for you.

http://msdn.microsoft.com/library/en...peddataset.asp

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? Francisco Garcia Microsoft ASP .NET 2 13th Apr 2006 11:41 AM
How do Datasets manage to get deserialized as DataSets instead of a wsdl.exe-created proxy class? news.microsoft.com Microsoft ASP .NET 0 12th Apr 2006 10:07 AM
Discussion: Typet DataSets vs Untyped DataSets Przemo Microsoft VB .NET 11 3rd Sep 2004 07:58 AM
Typed DataSets returned as regular datasets =?Utf-8?B?Sm9uIEtpbmc=?= Microsoft ADO .NET 2 29th Aug 2004 01:41 AM
Converting Untyped Datasets into Strongly Typed Datasets with Foreign Key Constraints. Alex Berryhill Microsoft ADO .NET 2 19th Mar 2004 02:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:14 PM.