Re[2]: Duplicate entry

2001-06-27 Thread Werner Stuerenburg
>> I get Duplicate entry errors quite frequently. As a rule in these Well, as it turns out I found the solution right now myself. I am testing locally (so nobody touches the tables but me) and delete entries before I insert them again. Here I have that strange error! The table is ok. What's happ

Re[2]: Duplicate entry

2001-06-27 Thread Werner Stuerenburg
> Try to design your tables so, that it would be impossible to enter > dublicate primary keys. And don't let users (if it's CGi application) to > set or play with your primary keys (well, we could talk more about this > one). > If you used AUTO_INCREMENT, or UNIQUE, I bet you wouldn't have such