This table holds a tablename and ID value that is incremented whenever a new id is requested using a stored procedure. This mechanism is used to allow PKs to be created without inserting data into a table and read that PK back easily.

Table Indexes

Table Fields

FieldDescription
idThe Id value.
int
tablenameName of the table to generate IDs for. Every table that uses PKs should have an entry here if they are using wwBusiness.
char(20)


Last Updated: 6/13/2003