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

 


CATALOGMANAGER.addrowtext

Adds a row to a table using the CATALOGMANAGER command.

Syntax

Parameters

ftcmd (required)
Value must be set to addrowtext.

tablename (required)
Name of the table to which to add text.

urlcolumnname_folder (optional)
For every file upload column (column name starts with url), you can use a parameter named urlcolumnname_folder to store the file in a subfolder under the default upload folder for the table.

columnname_file (optional)
Used to specify a name for a file that is created on the server. If not provided, the system generates a file name and gives it the extension .txt.

columnname (optional)
Value of each column in the row to be added. The columnname is a table column name.

Description

The addrowtext command adds a row to a table. If the table contains an upload column, instead of requiring a file upload, text can be uploaded and Content Server creates a file to store the uploaded text.

errno

The possible values of errno include:

Value
Description
-103
No such table.
-104
No table definition.
-105
Database error.

Example

This example adds a row to the reviews table.

See Also

The following CATALOGMANAGER commands:

addrow
addrowtext

  Home > Contents > Index >

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