This topic is locked

Duplicate entry '0' for key 1

12/11/2007 6:33:42 AM
ASPRunnerPro General questions
T
toufa123 author

an idea about this error

Sergey Kornilov admin 12/11/2007

You trying to insert a value into key column that is not unique.
My suggestion is to choose an AUTOINCREMENT field as a key column and let the database generate key values.