MicroStation CONNECT Edition Help

To Directly Define the Active Entity by Key-in

Do one of the following:

In the Key-in window, key in: AE=INSERT INTO <table_name>(<column_1>, <column_2>,…)VALUES (<value_1>,<value_2>…)

or

ACTIVE ENTITY INSERT INTO <table_name>(<column_1>, <column_2>,…)VALUES (<value_1>,<value_2>…)

Here you are creating the Active Entity, in the AE table, with the same data structure as table_name. This active entity will create a new row in the database table and is only valid in the new linkage mode.