DataGrid and Table Shared Resources

In the plug-in, the DataGrid and Table shared resources create a connection to a datagrid and table in ActiveSpaces.

A DataGrid shared resource represents a datagrid. A datagrid is a distributed database, typically deployed on multiple hosts interconnected by a network. A datagrid could have one table or many tables. An ActiveSpaces datagrid organizes and presents data as rows in tables, like a traditional relational database.

A Table shared resource is embedded in the DataGrid shared resource. A Table shared resource represents a table. A table is a shared entity that can be accessed by multiple applications concurrently, each one of which has the same coherent view of the data contained in the table.

See: Creating a DataGrid Connection and Adding a Table