Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  224
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, March 12, 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

ESET
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 > ADO
Search
DevASP

What's New
What's Hot

Fill A DataGrid From An XML File       
Total Hits: 574  |  Today: 0 Author: aspalliance       Rating:  
Read Reviews | Write Review |              Your Rating: 

code demonstrates how to populate an ASP.NET DataGrid control with the contents of an XML file....

Convert XDR to XML       
Total Hits: 220  |  Today: 0 Author: Pedro Gil       Rating:  
Read Reviews | Write Review |              Your Rating: 

Converting files persited with ADO that use XDR to another schema....

Using XML as a Data Store       
Total Hits: 381  |  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....

Saving data as XML...       
Total Hits: 448  |  Today: 0 Author: ASP101       Rating:  
Read Reviews | Write Review |              Your Rating: 

It's a little script that queries a database and then using ADO's built in Save feature saves a copy of the data as an XML file....

XDO       
Total Hits: 304  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I have a COM+ VB project I call eXtensible Data Object (XDO), that encapsulates ADO calls in a XML Stream, and returns XML. It basically handles the DB (or data source) side...

Automate saving options from ADO into an XML format       
Total Hits: 1098  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Mark explains how to use the new features in ADO to persist a recordset as an XML file and what you can do with it....

Convert a flat text file into xml       
Total Hits: 1913  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This sample shows you how to Use ADO and the Text ISAM to persit im XML a flat text file....

Q263247 - HOWTO: Obtain an ADO Recordset from XML       
Total Hits: 3531  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you have an XML string or document you may use it to open an ActiveX Data Objects (ADO) recordset. You can do this by using the Microsoft ADO 2.5 Stream object and the new XML integration features in ADO. This article describes the mechanism required to load the following into an ADO 2.5 recordset: A string containing XML. -and- An XML DOM Document instance....

ADO, XML and XSLT Populating Tables and Combo boxes       
Total Hits: 1859  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article leads you through understanding the structure of the XML returned from ADO recordset. Using the original version of the MS XSL transformation, Michele explains how to generically populate a table and combo boxes, from the ADO XML stream, using XSL....

ADO, XML and XSLT - Populating Tables and Combo boxes       
Total Hits: 1463  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article leads you through understanding the structure of the XML returned from ADO recordset. Using the original version of the MS XSL transformation, Michele explains how to generically populate a table and combo boxes, from the ADO XML stream, using XSL....

Export Data from ADO Recordsets to XML       
Total Hits: 2419  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This class allows you to convert data from ADO recordsets to XML and save it to a file. Support for adding the complete recordset, recordset rows, and individual field values is provided. Unlike the XML support included with ADO 2.5, this class does not write extended schema information to the XML file. Detailed documentation is included....

Using VB and ADO to return and update Record Set based XML       
Total Hits: 261  |  Today: 0 Author: Sean Grimaldi       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is about making the most of ADO and XML until the complete Visual Basic.net, including ADO.net, becomes available. This article is focused on how you, as a developer, can use ADO and XML today; and get valuable skills that apply to Visual Basic.net. I also want to show how you can use ADO, XML, and XSL today, to improve the quality of your development....

XML Integration with ADO       
Total Hits: 428  |  Today: 0 Author: Gayathri Gokul       Rating:  
Read Reviews | Write Review |              Your Rating: 

In a previous article we looked at XML integrating with ADO and IE and some of the nice features that allow us to access a recordset as an XML document. In today’s tutorial we will be covering multiple levels of hierarchical XML data,illustrating some complex XML data binding examples and enumerating how to persist ADO recordsets to XML files as well as streams. We also discuss a much easier way of persisting ADO recordsets to response objects....

Inserting nodes       
Total Hits: 161  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When populating a DOM sometimes you would want to rather load an XML string and then load that string into the Dom....

ADO, ASP and XML       
Total Hits: 617  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This sample shows how you can generate XML data from an ADO recordset. We programmatically create an ADO recordset object on the web server in response to parameters that the user selects. The client portion of the application implements a simple user interface that collects the parameters required to create the ADO recordset object....

Insert Records - XML/ADO       
Total Hits: 1128  |  Today: 0 Author: Robbe D. Morris       Rating:  
Read Reviews | Write Review |              Your Rating: 

In the code example below, I've combined both functions into one ASP file for ease of reading. One of the major challenges I found was ADO's unwillingness to loadup an XML document with a connection open to a database....

FIX: XML File Shows Cached Data When You Use ADO Recordset to Open the File over HTTP (Q293856)       
Total Hits: 272  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the Open method of the ActiveX Data Objects (ADO)Recordset object to open an XML file over HTTP, if you make changes within the XML file, the data that appears does not contain the new modifications. In other words, the browser only displays the data that is cached from the first time you opened the XML file. The same behavior occurs if you delete the XML file completely and run the same code. In this case, you do not receive an error message, and the browser displays the same data ...

Persisting an ADO Recordset to XML       
Total Hits: 1421  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Mark explains how to use the new features in ADO to persist a recordset as an XML file and what you can do with it. See the download Automate saving options from ADO into an XML format for another example of using the ADO and XML...

Returning ADO Recordsets with SOAP Messaging       
Total Hits: 877  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article provides guidelines for exposing an existing COM object in a Web Service using SOAP. These guidelines are illustrated by exploring two different solutions for returning ADO recordsets, ending with a discussion on the pros and cons of each solution, as well as other issues that might arise during the packaging and retrieval of data. The concept of Web Services has introduced a new and powerful way to invoke methods over the Internet. Developers can now take advantage of the Simp.....

Save Recordsets To/Load Recordsets From XML Files Using ADO 2.5       
Total Hits: 2273  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

These two functions allow you to save recordsets to an XML file and open a recordset from an XML file in ADO 2.5. The recordset''s save method writes extended schema information to the XML file; this information is required to open an XML file into a recordset....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com