Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  835
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, September 02, 2010
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > XML > Data Management
Search
DevASP

What's New
What's Hot

Appending to XML with ASP       
Total Hits: 335  |  Today: 0 Author: Michael Qualls       Rating:  
Read Reviews | Write Review |              Your Rating: 

The example in this article is very similar to the example on Saving HTML Form Data to XML. However, instead of creating a new file each time that the form is submitted, we will check to see if the file already exists, and if it does, we will append to it. Using this type of technique, we are creating a data construct similar to a data base table....

Practical XML Data Design and Manipulation for Voting Systems       
Total Hits: 322  |  Today: 0 Author: developerWorks       Rating:  
Read Reviews | Write Review |              Your Rating: 

EVM2003 brings XML to the democratic process: In this article, David Mertz discusses his practical experiences developing interrelated XML data formats for the EVM2003 Free Software project to develop voting machines that produce voter-verifiable paper ballots. Some design principles of format subsetting emerge....

Filtering Data Islands       
Total Hits: 333  |  Today: 0 Author: David Silverlight       Rating:  
Read Reviews | Write Review |              Your Rating: 

This snippet demonstrates filtering, sorting and highlighting HTML tables that use xml data islands....

Using XML as a Data Store       
Total Hits: 399  |  Today: 0 Author: Visveswaran Chidambaram       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML is a standardized language for platform independent, machine/human readable data representation which plays a key role in providing and maintaining information not only in the WWW, but also in Enterprise Information Systems, Ecommerce applications/ B2B solutions. The primary reasons are that XML is data centric, XML is easily manipulated and displayed, and XML can be accessed programmatically. XML can be used to both display data and store data....

Sorting Data Islands by clicking on the column header     Price: Free   
Total Hits: 328  |  Today: 0 Author: David Silverlight       Rating:  
Read Reviews | Write Review |              Your Rating: 

This snippet demonstrates adding the following two functionalities to an Databound HTML table:
a) Allowing the user to sort the table in ascending/descending order when the column header is clicked.
b) Highlighting the current row when the user mouses over it as well as highlighting the selected row when the user clicks on it....

XML data binding with data types       
Total Hits: 366  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Our dataisland expert, Chris demonstrates interesting and potentially very powerful features in utilizing the Microsoft XML DSO and data types. The article points out how working with datatypes can ease your sorting routines and formatting of data in dataislands. The source code can be cut and pasted from the document, as the demo's are contained within the article....

An ASP Class for XML Data Transfer       
Total Hits: 1608  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

clsXML.asp is can actually be used in a huge variety of ways. For example, if there is a need to store a recordset in XML, this class greatly aids in that process. It is very robust and allows for some pretty neat things. Only one property: File. It needs to know where to look otherwise a new XML document must be created. In other words, if you try to get fields before specifying the document, it will not work....

Using Data Transformation Services: Can We Transfer XML Data?       
Total Hits: 385  |  Today: 0 Author: Jayaram Krishnaswamy       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the chief problems with DTS having XML support is that the SQL2000 support for XML, in the form of language enhancements to the Transact SQL for two way traffic between XML and relational data works well; however, it is not adequate for handling the traffic in the DTS context. The main reason is that the XML that is returned by the forXml clause comes out with characters that are not parsed by the XML parser. We will see some aspects of this in the tutorial. It is possible to recover the...

Inserting Data in XML format into a table using Oracle XML SQL Utility       
Total Hits: 279  |  Today: 1 Author: Samuel Abraham       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article shows how to use XML SQL Utility to insert data in XML format into a table in a database....

Microsoft's dataselect functionality in the XML DSO       
Total Hits: 257  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This behavior is based in Microsoft's dataselect behavior found in the Behaviors Library. The interface is almost the same, but this implementation is based on XML, and doesn't create a TABLE. Instead, it inserts a script Element to handle the onreadystatechange event from the XML DSO. And as well as the dataselect behavior, you still can use dataSrc and dataFld to bind the selection to a second document....

Storing state in an XML property bag       
Total Hits: 258  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The PropertyBag object that stores all the state internally as XML, so the entire object hierarchy can be saved, and more importantly, restored. The only thing the programmer has to do is implement the IPropertyBag interface. The XML that gets generated gets sent to the middle tier using the XMLHTTP object to be processed....

Duplicate and Empty Elements       
Total Hits: 488  |  Today: 0 Author: Bob DuCharme       Rating:  
Read Reviews | Write Review |              Your Rating: 

In his monthly Transforming XML column, Bob DuCharme explains how
to detect, delete, and create duplicate and empty elements in
source and result trees....

Storing XML in Relational Databases       
Total Hits: 701  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are various ways to solve the problem of effective, automatic conversion of XML data into and out of relational databases. Database vendors such as IBM, Microsoft, Oracle, and Sybase have developed tools to assist in converting XML documents into relational tables. The various solutions are as follows....

Employee Phonebook dataisland       
Total Hits: 286  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is an example of using client-side dataislands, where a search criteria is demonstrated when working with a dataisland....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com