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

 


ics:catalogmanager.addrowtext

Adds a row to a table using ics:catalogmanager.

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 automatically 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.

See Also

The following ics:catalogmanager commands:

ics:catalogmanager.addrow

ics:catalogmanager.addrows

  Home > Contents > Index >

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