Home > Contents > Index >
ics:catalogmanager.deletetable
Deletes a table using the
ics:catalogmanager
.Syntax
<ics:catalogmanager> <ics:argument name="ftcmd" value="deletetable" /> <ics:argument name="tablename" value="table" /> </ics:catalogmanager>Parameters
ftcmd (required)
- Specify the literal value
deletetable
.
tablename (required)
- Specify the name of the table to delete.
Description
The
deletetable
command deletes a table. This command does not delete the upload storage folder.Error Numbers
The possible values of
errno
include:
Value Description -105 Database error.
Example
This example deletes the table named
moviereviews
.<ics:catalogmanager> <ics:argument name="ftcmd" value="deletetable" /> <ics:argument name="tablename" value="moviereviews" /> </ics:catalogmanager>See Also
ics:catalogmanager.createtable
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.