Log On
Please enter your username and your password. (Note: If you registered on or after May 19, 2010 your email address is your username.)
If you've forgotten your password or your username, click here.
Don't have a login? Register now! It only takes a moment, and it's free (although most articles do required a paid subscription).
Search ClarionMag
From the archives
Multi-User Primary Keys: A Solution
4/7/2006 12:00:00 AM
The easiest way of generating primary key values is to use Clarion's autoincrement feature. But when multiple users access the same table/form simultaneously, this can cause problems. Rhys Daniell shows how to take control of primary IDs in MS SQL using a specialized table, two stored procedures, and some Clarion code.
