Q216528 - INFO: Reserved Words in VBScript 5.5 and JScript 5.5
There are certain words that the scanner (parser) in Visual Basic Scripting Edition (VBScript) version 5.5 and JScript version 5.5 considers "reserved". Although these words are not all in use, they are still treated as reserved and cannot be used as identifiers or variables.
Q216528 - INFO: Reserved Words in VBScript 5.5 and JScript 5.5
There are certain words that the scanner (parser) in Visual Basic Scripting Edition (VBScript) version 5.5 and JScript version 5.5 considers "reserved". Although these words are not all in use, they are still treated as reserved and cannot be used as identifiers or variables.
Q275293 - DLLHOST Process Ends When Transacted WSC Components Are Called from IIS
When you use Microsoft JScript to write Windows Script Components (WSC) and launch them from an Active Server Pages (ASP) page that is written in JScript, the DLLHOST process is terminated if the component throws an error on a Microsoft Windows 2000-based computer.
Q277818 - WSC File Is Missing from MSI File When You Export a COM+ Application as a "Server Application"
Windows Script Components (WSC) are designed to be used from scripting environments such as Active Server Pages (ASP) and can be registered in Component Services in a COM+ application. However, when a COM+ application that contains a .wsc file is exported as a "Server Application", the .wsc file is not integrated into the Installer Package (.msi) file, unlike the .tlb and .dll files. As a result, the Installer engine does not copy or register the .wsc file on the target computer.
WMI in Microsoft BizTalk Server 2000
This white paper shows you how Microsoft BizTalk Server 2000 can be used with Windows Management Instrumentation (WMI) to manage Administration objects and consume events.
Q271619 - HOWTO: Retrieve XML Data by Using an XPath Query in a Visual Basic Client
This article demonstrates how to programmatically retrieve an XML data stream from a SQL Server 2000 mapping schema by using an XPath query. The scope operates in a client/server (2-tier) model.
This sample also allows you to test XPath queries against the mapping schema. For each query, the form's text box displays the XML; the XML data stream's elements are broken onto separate lines for viewing purposes.
Q272271 - HOWTO: Retrieve Relational Data with OpenXML in an ASP Client
Running an OpenXML statement in SQL Server 2000 returns an XML data stream back to the client. This article contains a sample that prints the contents of the XML document back to the client application through an ADODB.Recordset.
Q272266 - HOWTO: Retrieve XML Data by Using a Template File in an ASP Client
The following sample demonstrates how to run a SQL 2000 template file while specifying an XSL file to transform the XML data. More specifically, a query is issued against SQL Server 2000 by using the command stream of ADO 2.6: This query fetches the XML datastream.
Q272184 - HOWTO: Retrieve XML Data with an XPath Query in an ASP Client
This article demonstrates how to retrieve an eXtensible Markup Language (XML) data stream from a SQL Server 2000 mapping schema by using an XPath query for an Active Server Pages (ASP) client.
The sample also allows you to test XPath queries against the mapping schema. Two methods are used to show the results of the ASP XPath query.