|
Home > Online Product Documentation > Table of Contents > Using the collection() Function in Stylus Studio Using the collection() Function in Stylus Studio
The process of using the
1. Create a connection to the database server whose tables and/or views you want to query. You create database connections from the
File Explorer window.
2. Register the database connection with your XQuery document. This process allows the database's tables and views to be used in your XQuery code.
3. Invoke the
collection() function in your XQuery code. You can type the
collection() statement by hand, or have Stylus Studio create it for you.
4. Ensure that the processor specified in the XQuery scenario is either the Stylus Studio built-in processor or the DataDirect XQuery processor.
These steps are described in greater detail later in this section. |
An Introduction to XQuery Development
An Introduction to XQuery demonstrates how easy it is to use Stylus Studio's many tools for editing, testing and deploying XQuery applications. Learn how to write your first XQuery application in just minutes by watching this online tutorial.
Content Management
Build Content Management systems with Stylus Studio's powerful XML publishing tools that enable you to unlock and re-use valuable content from your enterprise information repositories.
Learn Stylus Studio in 6 Minutes
Learn Stylus Studio in 6 Minutes is the world's fastest introduction to XML development using Stylus Studio. In just six minutes, learn how to leverage Stylus Studio's powerful XML tools and utilities to simplify XML development.
DTD Parser
Learn about the powerful DTD parser technologies that are supported in Stylus Studio's DTD tools, including DOM and SAX based DTD parsing components.


