Home > Contents > Index >
ics:catalogmanager.addrowtext
Adds a row to a table using
ics:catalogmanager
.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="addrowtext"/> <ics:argument name="tablename" value="table"/> [url</ics:catalogmanager>columnname
_folder="folder name"]/> [columnname_file="file name"]/> [columnname="column name"]/>Parameters
ftcmd (required)
- Value must be set to
addrowtext
.
tablename (required)
- Name of the table to which to add text.
url
columnname
_folder (optional)- For every file upload column (column name starts with
url
), you can use a parameter namedurlcolumnname_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 Sites automatically creates a file to store the uploaded text.Error Numbers
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:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.