CA_Delete_State_Table()

Purpose

Delete a specified state table.

Libraries

Blueworx Voice Response library (libvae.a)

Custom Server library (libca.a)

Syntax

#include "CA_header.h"
#include "CA_access_db.h"
int CA_Delete_State_Table(
 char *state_table_name
);

Description

This subroutine deletes the specified state table.

Parameters

state_table_name
The name of the state table. The maximum number of characters allowed in this string is MAX_STATE_TABLE_LENGTH.

Return codes

0
Successful
-1
Unsuccessful (global error number CA_errno is set to indicate the error)

Error names

CA_ACCESS_NOBUFS
CA_INV_ADDR
CA_INV_STATE_TABLE_NAME
CA_INV_REQUEST
CA_NO_MSG_RECV
CA_NOT_INIT
CA_STATE_TABLE_NOT_FOUND
CA_REQ_FAILED
CA_TERMINATING
CA_UPDATE_XREFS_FAILED

Related information

None.