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. |
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 | |
|
|
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 |