NexusDB V2 has the option to select a specific AutoInc engine which internally handles the assignment of unique values.

clip0174

There is currently one engine included, nx1xDefault, which is a simple AutoInc generate that starts with an Initial Value (defaults to 0) and increases it by Step 1 (default) for each record inserted. It does not reuse values of deleted records.

If the combo box is left empty, the nx1xDefault engine is implicitely used with a and Initial Value of 0 and a Step 1.

Home | Site Contents | Documentation | NexusDB Manual V4 | Management Tools | The Enterprise Manager | Creating and Restructuring Tables | Table Structure Window