Geeks Talk

Prepare for your Next Interview




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 FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 08-20-2008
Junior Member
 
Join Date: May 2008
Location: Hyderabad
Posts: 11
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


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 11:49 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved