Prepare for your Next Interview
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...
|
|||
|
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 |
|
|||
|
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
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |