The Warrior Master -> Error Code (11/21/2009 21:39:25)
After I clicked the "Ok" button to post my message, I got this:
quote:
Microsoft OLE DB Provider for SQL Server error '80040e2f'
Violation of PRIMARY KEY constraint 'messageid'. Cannot insert duplicate key in object 'dbo.pgd_Messages'.
/f/postpro.asp, line 220
Can anyone tell me what this means or what this is?
Raven Star -> RE: Error Code (11/21/2009 21:42:23)
Try this ... Click here This can happen if you are attempting to delete records while looping through an ADODB.Recordset object. Use regular DELETE statements instead of ADODB.Recordset's DELETE method:
BlueKatz -> RE: Error Code (11/21/2009 21:50:30)
As I see, this is a bug that rarely happen, try close browser and after a while, it's back to normal. No need to code or some thing