Handle [In] Is the database or session object. When the CTTable(const CTDatabase& Handle) or the CTTable(const CTDatabase* Handle) prototype is used, Handle is a database object or pointer to a database object. When the CTTable(const CTSession& Handle) or the CTTable(const CTSession* Handle) prototype is used, Handle is a session object or pointer to a session object. The CTTable object being created is a child of the CTDatabase or CTSession object.