Adding, editing, or deleting tables
Resource tables and columns must conform to the specifications of your database vendor. A run-time manager is optimized for a specific database vendor and must be regenerated if you change your vendor.
- To add a new table that is not already defined in a DataSource, you can either click the Create Table button or right-click anywhere within the Available Tables or Selected Tables fields and click Create Table. Type the schema name, table name, and display name. Click OK.
- To edit a table, double-click a table. Type the schema name, table name, and display name. Click OK.
- To delete a table, right-click a table and click Delete Table.
Back