|
|
|
|
|
Total Hits: 574 | Today: 0 |
Author: aspalliance
|
Rating:
|
|

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

Converting files persited with ADO that use XDR to another schema....
|
|
|
|
Total Hits: 381 | 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: 448 | Today: 0 |
Author: ASP101
|
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....
|
|
|
|
Total Hits: 304 | 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: 1098 | 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: 1913 | 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: 3531 | 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: 1859 | 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: 1463 | 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: 2419 | 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: 261 | 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: 428 | 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: 161 | Today: 0 |
|
Rating:
|
|

When populating a DOM sometimes you would want to rather load an XML string and then load that string into the Dom....
|
|
|
|
Total Hits: 617 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 1128 | 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: 272 | Today: 0 |
|
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 ...
|
|
|
|
Total Hits: 1421 | 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. See the download Automate saving options from ADO into an XML format for another example of using the ADO and XML...
|
|
|
|
Total Hits: 877 | Today: 0 |
|
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.....
|
|
|
|
Total Hits: 2273 | 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....
|
|
|
|
|
|
|