On ZDNet: Why my kid hates Linux
7 Resources for

xml query

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

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
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
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
Test XML queries interactively in Oracle 10gR2 SQL*Plus
XML has become a common standard for informationinterchange. XQuery 1.0 is a standard language for querying dataexpressed in XML form. It is often called the SQL of XML because it performsthe same function for XML that the SQL language does for relational data.The XQUERY command is an addition to SQL*Plus...
Tags: Software engineering/development, Business applications
Technical articles 2007-03-13
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
Mastering XML DB Queries in Oracle Database 10g Release 2
With rapidly multiplying volumes of XML data, XML queries can no longer be carried out by building resource-hungry DOM trees in memory for functional evaluation of XML documents. Oracle has made a major breakthrough in its XML DB product to holistically process XML data with higher efficiency in both space...
Tags: Oracle Corp., XML Query, Oracle Database, Oracle Database 10g, XML, Software/Web Development, Web Development
White papers 2005-03-01
Take advantage of XQL in Sybase ASE
Sybase ASE uses XML Query Language (XQL) to retrieve XML data. Learn how to use the parser and some of the basic XQL operators to search for nodes with particular characteristics.Sybase Adaptive Server Enterprise (ASE) uses Java classes for powerful XML SQL integration. However, equally important to accessing XML data...
Tags: Databases, XML, XML Query Language, XML Query, Sybase Adaptive Server Enterprise, XML document, Sybase Inc.
Technical articles 2002-07-29

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
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
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
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
Opening the Door to XML
DB2 9 offers significant new support for XML, which Java application developers can begin to use with minimal effort. That's because DB2 9 enables programmers to query, insert, update, and delete XML data - as well as traditional SQL data - using familiar JDBC statements and industry-standard query languages. This...
Tags: IBM DB2, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
White papers 2006-08-01
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
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
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 Data That Contains Namespaces
XML namespaces are a W3C XML standard. Indeed, XPath, XML Schema, XQuery, and other XML technologies support namespaces. While this paper does not provide a detailed tutorial on namespaces, it does highlight a few key concepts. XML namespaces potentially provide organizations a universally unique markup vocabulary (element and attribute names)...
Tags: Namespace, XML-Data, XML Namespace, XML, Software/Web Development, Web Development
White papers 2006-11-09
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
Using a Java Query Analyzer to Translate Generic Query to SQL, XPath and XQuery
As traditional relational databases and new native XML databases are maturing as viable storage solutions for XML data, application developers are faced with SQL extended to provide XML support along with new query languages, such as XPath and XQuery. At the Indiana University Digital Library Program, various data-driven digital library...
Tags: Java, XQuery, SQL, XPath, Indiana University, Java Query Analyzer, XML, Storage, Programming Languages, Databases, Software/Web Development, Web Development, Hardware, Software Development, Enterprise Software, Software, Data Management
White papers 2005-01-11
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
pureXML in DB2 9: Which Way to Query Your XML Data?
DB2 9 introduces pureXML support, which means that XML data is stored and queried in its inherent hierarchical format. To query XML data, DB2 offers two languages, SQL/XML and XQuery. One can use XQuery and SQL separately, but one can also use XQuery embedded in SQL and vice versa. This...
Tags: pureXML, XQuery, SQL, XML-Data, IBM DB2, DB2 9, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
White papers 2007-08-28
  • << Previous
  • page 1 of 1
  • Next >>

Featured White Paper

IDC: The impact of virtualization software on operating environments

Content Types

Software downloads (1 results)
Technical articles (2 results)
White papers (4 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Microsoft Excel Beginner
This Microsoft Excel - Beginner presentation is a preformatted solution for training staff to understand the basics of Microsoft Excel. The accompanyi ...
Buy Now
Best Practices for Maximizing Microsoft Access 2003
This pre-packaged presentation contains everything you need to instruct end users about how to get the most out of Microsoft Access--even if you don't ...
Buy Now