Related resources for MSXML
  • Cursor In SQL Server With Syntax And Example1/14/2021 3:05:20 PM. This article provides an explanation about how you can use and set up a basic cursor in SQL Server. many developers/programmers/people those who work with Microsoft SQL Server will have at least heard
  • Payment Gateway Integration using VB.NET with Authorized.NET11/10/2012 1:22:50 AM. This article shows payment gateway integration using Vb.net and Msxml.XMLHttpRequest object.
  • Bulk Data Transactions using OpenXML9/29/2012 7:24:30 AM. OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database format. It allows for the passing of an XML document to a T-SQL stored procedure for updating the data.
  • XML Strengths and Weaknesses with DOM, ASP, and XSL9/29/2012 6:17:46 AM. In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser. To test the code samples shown in this article you should be running Windows NT/2000/XP with IIS installed. You should also have SQL server 2000 installed on the same machine.
  • XML Overview5/20/2012 6:41:52 AM. In this article I will explain XML and how to write an XML code.