Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

CATALOGMANAGER

Creates, modifies, or deletes rows and tables (known previously as a "catalogs" in earlier verisions of the product).

Using LOCAL or STACKED for the SCOPED argument protects those variables from change, but disallow sharing of input space. Use <CGIARGUMENT NAME="name"/> to specify that specific CGI parameters be made available to the CatalogManager. Use <ARGUMENT> as always for specific string values.

By omitting SCOPED (or setting it to "local") you can cause the CatalogManager to share all the existing input variables without scoping. Note that this means specified arguments overwrite existing variables. Using SCOPED="shared" means that you need not specify any argument; CGIARGUMENTS, specifically, is ignored. Note that variables set since program execution began are reset to the original values passed on the URL line. Use with care.

Syntax

Parameters

ARGUMENT (optional)
Arguments passed to the CatalogManager as it is called.

CGIARGUMENT (optional)
CGI arguments passed to the CatalogManager.

SCOPED (optional)
Valid options for this attribute are as follows:

Description

The <CATALOGMANAGER> tag invokes the CatalogManager module. The CATALOGMANAGER module creates, modifies, or deletes tables and rows. It is an alternative to SQL-based tags, such as <CALLSQL>.

The following is a list of the commands that you use with the CATALOGMANAGER tag.




Using LOCAL or STACKED for the SCOPED argument protects those variables from change, but disallows sharing of input space. Use <CGIARGUMENT NAME="name"/> to specify that specific CGI parameters be made available to the CatalogManager. Use <ARGUMENT> as always for specific string values.

By omitting SCOPED (or setting it to "local") you can cause the CatalogManager to share all the existing input variables without scoping. Note that this means specified arguments overwrite existing variables. Using SCOPED="shared" means that you need not specify any argument; CGIARGUMENTS, specifically, is ignored. Note that variables set since program execution began are reset to the original values passed on the URL line. Use with care.

errno

The value of errno is unchanged.

Example

See Also


DEBABBLE
TREEMANAGER

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.