command cdb_addTableToProject pProject, pTable


Summary

This command links a specific table to a project.

Inputs

  • pProject (String) - The name of the project the table will be added to.

  • pTable (String) - The specified table ID or table name.

Additional Requirements

Examples

local tProject, tTable

put "meeting" into tProject
put "clients" into tTable

cdb_addTableToProject tProject,tTable