Component /dat/lib/database/idGenerator

idGenerator provides a way to generate a unique id number for use in new record creation. Some databases provide a mechanism for this (auto increment field) and some do not. This component provides a generic implementation that will work with all databases. To use the idGenerator you must have a database table that contains a column for each id sequence that needs to be generated. The idGenerator will increment the specified column in the table and then pass that value to the output port.

Pins

Ports

Properties

Copyright 2000,2001 Data Access Technologies