This topic is locked

Key column duplicate prevention

4/7/2008 9:36:23 AM
ASPRunnerPro General questions
D
dunga author

I have set a db with employeeId as a key colum.

How to "teach" asprunned aplication to prevent entering duplicates?

Sergey Kornilov admin 4/7/2008

You need to make EmployeeID column an autonumber in your database. This is the only recommended way to avoid duplicates.