You can add or edit catalog database tables for both the supported databases: Microsoft® Access and Microsoft® SQL™ Server .
Add a Catalog Table
Click
Project tabOther Tools panelAdd Table to Catalog Database. Find
Select the catalog database file.
Enter the table name.
Enter a description for the table which is added to the _FAMILY_DESCRIPTION table.
Click OK.
Add an _PINLIST Table
If the Catalog Browser is not open, click
Schematic tabInsert Components panelInsert Components drop-downCatalog Browser. Find
Select the category you want to edit.
Perform a search to display the records you want to edit.
Click
to open edit mode.
In either an existing record or a new record, enter the manufacturer value for the _PINLIST table you want to create.
Enter values as needed in the record.
Click
to save all changes.
The _PINLIST table is added for the manufacturer value entered. For example, if the new manufacturer value you entered is AAA, an _PINLIST_AAA table is created.
Add an _TERMPROPS Table
If the Catalog Browser is not open, click
Schematic tabInsert Components panelInsert Components drop-downCatalog Browser. Find
Select the TRMS category.
Perform a search to display the records you want to edit.
Click
to open edit mode.
In either an existing record or a new record, enter the manufacturer value for the _TERMPROPS table you want to create.
Enter values as needed in the record.
Click
to save all changes.
The _TERMPROPS table is added for the manufacturer value entered. For example, if the new manufacturer value you entered is AAA, an _TERMPROPS_AAA table is created.
Remove a Table
Use a database editor to remove a table. The steps described use Microsoft® Access.
In Project Manager, right-click the project name and select Settings to find the location of the catalog database file.
Open the file in Access.
Right-click the table name in the list of tables.
Click Delete.
Rename a Table
Use a database editor to rename a table. The steps described use Microsoft® Access.
In Project Manager, right-click the project name and select Settings to find the location of the catalog database file.
Open the file in Access.
Right-click the table name in the list of tables.
Click Rename.
Type the new table name.
Important: Before renaming a table, make sure that you understand the catalog table naming conventions. Incorrect table names can cause issues during a catalog lookup.
Edit Column Labels
Use a database editor to rename a table. The steps described use Microsoft® Access.
In Project Manager, right-click the project name and select Settings to find the location of the catalog database file.
Open the file in Access.
Double-click the table name in the list of tables.
Click Home tab Views tab View
Design View.
Edit the field names as needed.
Note: Do not change the field properties; data type and length.
Save the database design changes.
Add a Column in a Catalog Table
Use a database editor to rename a table. The steps described use Microsoft® Access.
In Project Manager, right-click the project name and select Settings to find the location of the catalog database file.
Open the file in Access.
Double-click the table name in the list of tables.
Click Home tab Views tab View
Design View.
If the table contains a RECNUM field at the end, right-click on the RECNUM row to add the new field before the RECNUM field.
Note: Do not add fields before any of the other existing fields.
Click Insert Rows.
Enter a field name.
Update field properties; data type and length.
Save the database design changes.
Important: Do not add columns to any of the tables that begin with an underscore.