|
|
|
|
|
Total Hits: 239 | Today: 0 |
Author: Pedro Gil
|
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…...
|
|
|
|
Total Hits: 1842 | Today: 0 |
|
Rating:
|
|

This sample shows you how to Use ADO and the Text ISAM to persit im XML a flat text file....
|
|
|
|
Total Hits: 1824 | Today: 0 |
|
Rating:
|
|

The sample explains how to use the ADO stream object to retrieve your FOR XML stored procedures....
|
|
|
|
Total Hits: 1767 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1353 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 2236 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 162 | Today: 0 |
Author: Sean Grimaldi
|
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....
|
|
|
|
Total Hits: 258 | Today: 0 |
Author: Gayathri Gokul
|
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....
|
|
|
|
Total Hits: 467 | Today: 0 |
Author: aspalliance
|
Rating:
|
|

code demonstrates how to populate an ASP.NET DataGrid control with the contents of an XML file....
|
|
|
|
Total Hits: 146 | Today: 0 |
Author: Pedro Gil
|
Rating:
|
|

Using two great snippets together, to bring table sort capability....
|
|
|
|
Total Hits: 153 | Today: 0 |
Author: Pedro Gil
|
Rating:
|
|

Converting files persited with ADO that use XDR to another schema....
|
|
|
|
Total Hits: 228 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 287 | Today: 0 |
Author: Visveswaran Chidambaram
|
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....
|
|
|
|
Total Hits: 201 | Today: 0 |
Author: Pedro Gil
|
Rating:
|
|

Use ADO and the Text ISAM to persit im XML a flat text file...
|
|
|
|
Total Hits: 1022 | Today: 0 |
Author: Robbe D. Morris
|
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....
|
|
|
|
Total Hits: 1023 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 3391 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 2122 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 244 | Today: 0 |
|
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...
|
|
|
|
Total Hits: 148 | Today: 0 |
Author: Andreas Kviby
|
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....
|
|
|
|
|
|
|