NGODropUserTable

This call is used for dropping the UserUser Table creates by using NGOCreateTable call. User cannot delete the Tables created by cabinet Cabinet creation Creation utility Utility. cannot be deleted by user. 

 

Input Parameter description

View sample InputXml

Output Parameter description

View sample OutputXml

Errors and Warnings

 

 

Input Parameters description

Name

Parent Tag

Description

Valid Values

Default

Values

Option

Root

Unique option for the call.

NGODropUser

Table

N/A

CabinetName

Root

Name of the Cabinet to which the User wants to connect.

 

N/A

UserDBId

Root

UserDatabase ID, which that is returned in the NGOConnect

Cabinet call.

 

N/A

TableName

Root

It indicates the name of the User tTable to be created.

 

N/A

DataAlsoFlag

Root

Y means tTable is to be dropped even when it has data, N means tTable is not to be dropped if it has data.

 

 

 Y

     N

N

 

Output Parameters description

Name

Parent Tag

Description

Option

Root

Unique option for the call.

Status

Root

Status of the call. If the Status is 0, then the call is successful.

 

Errors returned from call

Code

Message

Comments

 -50182

User table does not exists

WThis error occurs when we the User tries to try to drop a User table Table which that does not exist.