Page 1 of 1

Posted: Fri Jul 21, 2006 8:48 pm
by DSguru2B
Well the error states that its violating the primary keys. You are getting a duplicate somewhere. How are you updating the table, are you trying to update one of the keys, like say the Date column. Also when the table contains data and you try to insert a record with allt he same keys present it will throw this warning. You should actually fix this problem and not let it go by unnoticed or you will be missing data.