Hi all,
One of the columns in my database is a protocol number. This number has to increment by 1 each time there is a new entry, and has to be unique.
The problem is that this database has already protocol values and is accessed by many clients.
So just finding the last protocol and incrementing by 1 will not work.(This is what they did till now and they ended up with duplicate values which I cleaned).
I don't think I can make this field autoincrement, can I? It already has about 6000 entries (1-6000 but some are missing).
So I would like the next entry to be 6001. The problem is the many clients.
Any ideas would be more than welcome,
Thnx,
George
One of the columns in my database is a protocol number. This number has to increment by 1 each time there is a new entry, and has to be unique.
The problem is that this database has already protocol values and is accessed by many clients.
So just finding the last protocol and incrementing by 1 will not work.(This is what they did till now and they ended up with duplicate values which I cleaned).
I don't think I can make this field autoincrement, can I? It already has about 6000 entries (1-6000 but some are missing).
So I would like the next entry to be 6001. The problem is the many clients.
Any ideas would be more than welcome,
Thnx,
George