Home > Contents > Index > 
CATALOGMANAGER.deletetable
Deletes a table using the
CATALOGMANAGERcommand.Syntax
<CATALOGMANAGER> <ARGUMENT NAME="ftcmd" VALUE="deletetable" /> <ARGUMENT NAME="tablename" VALUE="table" /> </CATALOGMANAGER>Parameters
ftcmd (required)- Specify the literal value
 deletetable.
tablename (required)- Specify the name of the table to delete.
 
Description
The
deletetablecommand deletes a table. This command does not delete the upload storage folder.errno
The possible values of
errnoinclude:
 Value Description -105 Database error.Example
This example deletes the table named
moviereviews.<SETVAR NAME="errno" VALUE="0"/> <CATALOGMANAGER> <ARGUMENT NAME="ftcmd" VALUE="deletetable" /> <ARGUMENT NAME="tablename" VALUE="moviereviews" /> </CATALOGMANAGER> <IF COND="IsError.Variables.errno=true"> <THEN> <!--Handle error--> </THEN> </IF>See Also
The following
CATALOGMANAGERcommand:
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.