| West Wind Web Store |
wws_id
|
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.
| Field | Description |
|---|---|
id | The Id value. int |
tablename | Name of the table to generate IDs for. Every table that uses PKs should have an entry here if they are using wwBusiness. char(20) |