PupDBScripts Table

The PupDBScripts table is involved in the configuration of the use of the GenericPuP object.

The columns of the PupDBScript table are described in the following table.

PupDBScripts Columns Description
i_SiteID An integer that identifies a particular resource as being associated with a particular site.

This column corresponds to the i_SiteID columns in the SiteResources and Sites tables.

i_ResourceID An integer that identifies the resource with which this GenericPuP object entry is associated. Values in this column correspond to the values in the i_ResourceID columns in the ResourceProps, Resources, and SiteResources tables.
u_scriptname The name of the script with which this GenericPuP object entry is associated. This name will appear in the comma-separated list in either the s_PupParam2 column or the s_PupParam3 column in the Resources table.
txt_script The SQL script associated with this GenericPuP object entry, if any. Use the GetSQLScript, PutSQLScript, and DeleteSQLScript methods of the SiteConfig object to manage script entries in this column. For more information, see SiteConfig Object.


All rights reserved.