Share via


Adding a Custom Resource

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The process of adding a custom resource, and its corresponding configuration values, is a two-step process that adds rows to several tables in the Administration database (MSCS_Admin). First, you must define the schema for the custom resource and its properties, which are stored in the SystemProps and ExtendedProps tables. Second, you must add an instance of the custom data resource and its particular property values. Those values are stored in the ResourceProps, Resouces, and SiteResources tables.

This section provides details regarding how to add schema definition and instance value rows to these various tables.

In This Section

See Also

Other Resources

Integrating Custom Resources