Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Purpose of Dataset.xsd

This is a discussion on Purpose of Dataset.xsd within the ASP.NET forums, part of the Web Development category; hi all, can any one explain about Purpose of Dataset.xsd and what is dataset.xsd's...

Go Back   Geeks Talk > Web Development > ASP.NET
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

ASP.NET ASP.NET and ASP Related Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-20-2008
Junior Member
 
Join Date: May 2008
Location: Hyderabad
Posts: 17
Thanks: 1
Thanked 0 Times in 0 Posts
sravee123 is on a distinguished road
Purpose of Dataset.xsd

hi all,

can any one explain about Purpose of Dataset.xsd and what is dataset.xsd's
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-28-2008
Junior Member
 
Join Date: Aug 2008
Location: Chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
manni_prince is on a distinguished road
Cool Re: Purpose of Dataset.xsd

use the dataset as a xml data elments we are used
For generate reports(crystal) we used the dataset.xsd file as mediator bridge
and also we have to fill the data into as a xml
Reply With Quote
  #3 (permalink)  
Old 09-03-2008
Junior Member
 
Join Date: Aug 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
reach_yousuf is on a distinguished road
Thumbs up Re: Purpose of Dataset.xsd

Dataset is a structure of table or tables returned from sp or a query and holds the tabledata off line. This dataset is known as typed dataset the advantage of dataset : the columns names are predefined & can be used anywhere in the application. Typed dataset eg: dim ds as new mydataset ds.mytable.mycolumnname un typed dataset eg : dim ds as new dataset dstemp.tables(0).rows(0)("decisionid") - columns name is hardcoded mohammed yousuf uddin software developer
Reply With Quote
Reply

  Geeks Talk > Web Development > ASP.NET

Thread Tools
Display Modes

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
dataset vs datareader rukmi srinivas Information Technology 3 09-29-2008 04:06 AM
Purpose of FINALLY Block Geek_Guest Java 9 07-29-2008 07:48 AM
how to update a table using dataset deepakk87 C# 4 01-12-2008 10:14 AM
Purpose of testing sakshi_2801 Testing Issues 3 02-27-2007 09:04 AM
bulk dataset in ASP.NET psuresh1982 ASP.NET 2 12-29-2006 01:41 AM


All times are GMT -4. The time now is 02:54 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved