Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  339
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Sunday, May 11, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
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

Insert XML file into a table using ADO       
Total Hits: 239  |  Today: 0 Author: Pedro Gil       Rating:  
Read Reviews | Write Review |              Your Rating: 

I've seen several times this question being asked both at the talk back and the on-line discussion, so I've decide to try and make a few words on the subject…It's easy to persist a recordset into XML using the ADO Persistence Provider, something like this…...

Convert a flat text file into xml       
Total Hits: 1842  |  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....

How to use the ADO Stream object to retrieve SQL2000 XML       
Total Hits: 1824  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The sample explains how to use the ADO stream object to retrieve your FOR XML stored procedures....

ADO, XML and XSLT Populating Tables and Combo boxes       
Total Hits: 1767  |  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: 1353  |  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: 2236  |  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: 162  |  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: 258  |  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....

Fill A DataGrid From An XML File       
Total Hits: 467  |  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....

Sort a table using the header of the table       
Total Hits: 146  |  Today: 0 Author: Pedro Gil       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using two great snippets together, to bring table sort capability....

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

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

How to use the ADO Stream object to retrieve SQL2000 XML       
Total Hits: 228  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The following snippet explains how to use the ADO stream object to retrieve your FOR XML stored procedures.Using the ADO Stream object is really fast and is hidden in your VB/ASP code....

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

Convert a flat text file into xml       
Total Hits: 201  |  Today: 0 Author: Pedro Gil       Rating:  
Read Reviews | Write Review |              Your Rating: 

Use ADO and the Text ISAM to persit im XML a flat text file...

Insert Records - XML/ADO       
Total Hits: 1022  |  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....

Automate saving options from ADO into an XML format       
Total Hits: 1023  |  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....

Q263247 - HOWTO: Obtain an ADO Recordset from XML       
Total Hits: 3391  |  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....

Save Recordsets To/Load Recordsets From XML Files Using ADO 2.5       
Total Hits: 2122  |  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....

XDO       
Total Hits: 244  |  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...

Creating An XML Based Cache Using COM       
Total Hits: 148  |  Today: 0 Author: Andreas Kviby       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article I will demonstrate how to create an XML based cache system in COM using Visual Basic. This COM object is using the function Save in ADO to create XML based recordsets....


1  2  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com