Skip to main content
Skip table of contents

Web Business Data Shop-related Procedures

You are looking at an older version of the documentation. The latest version is found here.

The Data Virtuality Server has several procedures for working with the Web Business Data Shop - on this page, you will find information on them.

SYSADMIN.getDataCatalogAttribute

This procedure gets the object's attribute value by the object's name and attribute name:

SQL
SYSADMIN.getDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL, OUT attrValue string RESULT)

SYSADMIN.removeDataCatalogAttribute

This procedure removes the object's attribute value by the object's name and attribute name:

SQL
SYSADMIN.removeDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL)

SYSADMIN.setDataCatalogAttribute

This procedure sets the object's attribute value by the object's name and attribute name:

SQL
SYSADMIN.setDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL, IN attrValue string NOT NULL)

SYSADMIN.webBusinessDataShopPublish

This procedure publishes an item to the Web Business Data Shop:

SQL
SYSADMIN.webBusinessDataShopPublish(IN name string NOT NULL)

SYSADMIN.webBusinessDataShopUnpublish

This procedure removes an item from the Web Business Data Shop:

SQL
SYSADMIN.webBusinessDataShopUnpublish(IN name string NOT NULL)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.