Adding Columns to a Database Table

See Also

When connected to a database, the database tables can be modified directly through the IDE.

To add a column:

  1. In the Services window, expand the node for a connected database ( Database Connection node ).
  2. Expand the Tables node to display the list of tables.
  3. Right-click the table you want to modify and choose Add Column.
  4. Enter the values for the column in the dialog box.
  5. Click OK.

When you add a column to a table, the new column appears under the table node (  ) in the Services window. After creating a column, you may need to recapture the database schema to use the new column in your project.

See Also
Creating Database Tables
Obtaining a Database Schema
Recapturing Schema From a Database

Legal Notices