Hello,
First off, I'm using MySQL 4.0.15-standard.
The problem I'm running into is that MySQL is automatically checking to see if a certain item is already inserted into a table. Basically, lets say:
Bob; Smith; bobsmith@bob.com
is inserted into a table. If I try to insert the same thing again, it will not let me. I want to be able to add the same thing twice. Is there a way to get around this MySQL feature? thanks.