Hmm. I have never had this problem trying to DELETE data, only INSERTING it. If you are trying to clear all of the data from the table, you can use this command: TRUNCATE TABLE WebEvents_Events
WARNING TRUNCATE will delete ALL rows in your table and it also will reset the any auto increment fields back to the default values.
Not sure why you are getting this error, but it is worth a try.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========