Frequently Asked Questions
What is The Main Table?
The main table is the table that is associated with an owner object. This table is represented by a
What is the Properties Table?
The Properties table is the table of properties for the representation. This table is represented by a
What is Autocommit Mode?
In the Server/Views integration, a table is said to be in autocommit mode when the updates performed on a gadget are automatically committed by the server. The exact autocommit mechanism can be broken down as follows:
-
Any update in a gadget is automatically sent to the server.
-
The server validates the updates.
-
The server either notifies the components if the update is accepted or rolls back if the update is refused.
By default, autocommit mode is active in Server Studio. This is not the case in
Auto-Commit is an attribute of the
Edit Table Representation Properties Dialog Box
Note that Autocommit option applies only to the
Runtime Error Message: “Row attached to an IlsSwTable with no memory table…”
Problem
More than one table representation (that is, instances of the class IlsSwTable) are trying to use the same set of Views data sources. A
Only the last created table representation is attached to the Views data sources. The message above is displayed when notification is propagated to a row in an unattached table.
Solution
See Creating Multiple-Row-Type Table Representations to learn how to work around this problem.