Metaspace Connection

To use ActiveSpaces, your application must first connect to a metaspace.

For detailed information on connecting to a metaspace, see The tibasMetaspace_Connect Method.

When your application is connected to a metaspace, you can perform the following tasks:

  • Define and make use of any number of spaces.
  • Connect to additional metaspaces; however, your application can only have a single connection for each metaspace.

When your application no longer needs access to a metaspace, you should disconnect from the metaspace.

For information on disconnecting from a metaspace, see The close Method.

Related concepts