Viewing 2 posts - 1 through 2 (of 2 total)
OK, I solved this problem. It was something completely stupid and unrelated (as usual). The TextData columns had different sizes so it didnt want to insert. Once I changed that...
February 8, 2005 at 10:10 am
#541170
This is the error message I get:
"Violation of PRIMARY KEY constraint 'PK__tblEmp_Trace__025D5595'. Cannot insert duplicate key in object 'tblEmp_Trace'."
(@MaxRec + 1) doesnt actually increment @MaxRec so it remains the...
February 8, 2005 at 9:50 am
#541162