Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Unleashing the Power of the Query - Querying Relational and XML Data Using SQL/XML and XQuery
- Users of DB2 UDB Version 8.x XML functionality might be familiar with some SQL/XML publishing functions, but XQuery is a new language that has been added to DB2. One needs to understand it a little better and see how it works with SQL/XML to query and publish XML data in...
- Tags: XQuery, SQL, XML-Data, IBM DB2, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- White papers 2006-08-28
- XML Query (XQuery) Support in Oracle Database 10g Release 2
- XQuery is designed to work with the XML data model, and be a comprehensive query language for data that is expressed in XML - just as SQL has been the query language for much of the world's structured data expressed as relational tables, and as keyword searches have powered much...
- Tags: Oracle Corp., XQuery, XML Query, Oracle Database, Oracle Database 10g, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- White papers 2005-05-01
- The LINQ Project: .NET Language Integrated Query
- .NET Language Integrated Query adds query capabilities to the CLR and languages that target it. The query facility builds on lambda expressions and expression trees to allow predicates, projections, and key extraction expressions to be used as opaque executable code or as transparent in-memory data suitable for downstream processing or...
- Tags: Microsoft .NET, LINQ, .NET Language Integrated Query, Query Facility
- White papers 2005-09-01
- Advanced SQL To XML Query (msi)
- Advanced SQL To XML Query is a relational database client utility that allows execution of SQL Structured Query Language statements on Microsoft SQL Server databases. Resultsets returned by select statements are automatically converted to XML files and persisted to a directory of your choice. XML files generated by Advanced SQL...
- Tags: SQL, XML Query, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
- Software downloads 2007-12-20
- Query DB2 XML Data With SQL
- The DB2 Viper release, now in beta, features significant new support for storing, managing, and querying XML data. In this paper, learn how to query data stored in XML columns using SQL and SQL/XML. A subsequent paper will illustrate how to query XML data using XQuery, a new language supported...
- Tags: XML, SQL, XML-Data, IBM DB2, Databases, Enterprise Software, Software, Data Management
- White papers 2006-03-16
- Exploit XML Indexes for XML Query Performance in DB2 9
- DB2 9 provides pureXML storage and offers XQuery and SQL/XML as query languages. XML indexes are essential for high query performance, but their usage for query evaluation depends on how query predicates are formulated. This paper presents a set of guidelines for writing XML queries and creating XML indexes in...
- Tags: XML Query, IBM DB2, XML Index, DB2 9, XML, Software/Web Development, Web Development
- White papers 2006-11-02
- XSLT Cookbook: Querying XML
- This paper covers recipes for using XSLT as an XML query language. Querying XML means extracting information from one or more XML documents to answer questions about facts and relationships occurring in and among these documents. By analogy, querying an XML document involves asking the same types of questions of...
- Tags: XSLT, XQuery, XML, Software/Web Development, Web Development
- Book chapters 2005-11-21
- MSDN Webcast: .NET Language Integrated Query (Level 100)
- Language Integrated Query LINQ provides the ability to write query expressions directly within Microsoft Visual C# or Visual Basic. LINQ makes it significantly easier to query and access all types of data. This webcast introduces to LINQ and teach about several different flavors of LINQ, including LINQ to Objects and...
- Tags: Microsoft Developer Network, Microsoft .NET, Webcast, LINQ
- Webcasts 2008-02-28
- XQuery Flowers
- Query is an XML query language developed and standardized by the World Wide Web Consortium (W3C). XQuery's purpose is to find, retrieve, and rearrange data viewed through the lens of XML. XQuery is the syntax, and XML expressions are what a person writes using that syntax. Oracle's implementation of XQuery...
- Tags: Oracle Corp., XQuery, XML, Software/Web Development, Web Development
- White papers 2005-09-01
- Live From Redmond: VB9 - Working With XML in Visual Basic
- XML permeates every modern application today from XHTML, XAML, RSS, SOAP, Office Open XML just to name a few. Even the Visual Studio project files and configuration settings are XML files. The latest version of Visual Basic in Visual Studio 2008 supports a new language syntax aimed at making the...
- Tags: Microsoft Visual Basic, XML, Software/Web Development, Web Development
- Webcasts 2008-04-04
- XQueryP: An XML Application Development Language
- The three main parts of a typical business application are storage, logic, and presentation. XML is playing an increasing role in storage using XML databases and presentation using AJAX and similar web technologies. Application logic, however, still relies to a large extent on traditional programming languages such as Java. Operating...
- Tags: Programming Language, Programming, XML, Software/Web Development, Web Development
- White papers 2006-12-15
- XLinq: .NET Language Integrated Query for XML Data
- XML has achieved tremendous adoption as a basis for formatting data whether in Word files, on the wire, in configuration files, or in databases ... XML seems to be everywhere. Yet, from a development perspective, XML is still hard to work with. If the average software developer is asked to...
- Tags: Microsoft .NET, XML-Data, LINQ, XLinq, XML, Software/Web Development, Web Development
- White papers 2006-05-01
- XMLTABLE by Example, Part 1: Retrieving XML Data in Relational Format - Harness the Power of This Useful SQL/XML Function in DB2
- DB2 pureXML provides hierarchical storage for XML data and advanced XML query capabilities such as SQL/XML and XQuery. SQL/XML is a standardized extension of the SQL language so that XQuery or XPath can be embedded in SQL. This allows for integrated processing of XML and relational data, or conversion from...
- Tags: SQL, XML-Data, IBM DB2, DB2 pureXML, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
- White papers 2007-08-30
- Preserving XML Queries During Schema Evolution: A Guide to Writing Queries That Behave Well Across XML Schema Changes
- As XML gains widespread use as an information exchange standard, the ability to persist, validate, and query XML documents becomes increasingly important. Moreover, with the proliferation of Web services and mash-ups, Web application developers increasingly need to query and transform XML messages, where such messages come directly from a Web...
- Tags: XML Schema, XML Document, XML Query, XML, Software/Web Development, Web Development
- White papers 2007-06-05
- XML Data Validation Using IBM DB2 Visual Studio 2005 .Net Add-In: Use DB2 XML Validation Technology
- A repository, such as a relational database, provides the environment to securely share XML documents and XML schemas with authorized users. The authorized users have secure access to important XML documents and XML schemas at any time, from anywhere. By using a repository system that can contain one or more...
- Tags: XML Schema, XML Document, RDBMS, XML-Data, IBM DB2, IBM Corp., XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- White papers 2006-11-30
- Query XML documents with XSLT 2.0
- Learn detailed code recipes for using XSLT as an XML query language in this sample chapter from XSLT Cookbook, Second Edition. The chapter takes a two-pronged approach to extracting information about facts and relationships occuring in and among XML documents. First, it presents primitive and generally applicable query examples as...
- Tags: Chapter, XSLT, XML Document, O'Reilly Media Inc., XML, Software/Web Development, Web Development
- Book chapters 2006-08-15
- XML Schema Registration and Validation
- An XML schema defines the structure of an XML document by setting constraints on the data types of elements and attributes in the document. XML documents can be validated against the XML schema to ensure they conform to the constraints defined in the schema. There are several schema languages that...
- Tags: XML Schema, XML, Software/Web Development, Web Development
- White papers 2006-09-27
- LINQ: Reconciling Objects, Relations and XML in the .NET Framework
- The .NET Language-INtegrated Query LINQ framework, proposed for the next release of the .NET framework, approaches this problem by defining a design pattern of general purpose standard query operators for traversal, filter, and projection. Based on this pattern, any .NET language can define special query comprehension syntax that is subsequently...
- Tags: Microsoft .NET Framework, XML, Association For Computing Machinery, LINQ, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2006-06-29
- Export Query to XML for SQL Server (exe)
- Export Query to XML for Microsoft SQL Server helps to save query results as XML document. Two identity support modes and a few options make this tool flexible. The program has easy to learn and to use wizard interface. This handy utility helps database developers and database administrators to create...
- Tags: Microsoft SQL Server, Server, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-11-27
- << Previous
- page 1 of 1
- Next >>