Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 error 3020

Author  Topic 

janvanderpeet
Starting Member

1 Post

Posted - 2005-12-05 : 11:58:52
Hi everyone,
When I try to delete duplicate records I get the error 3020. According to a MSDN article this is because you use Delete without Edit and/or Update. The facti is that I use:
......................Recordset.Edit
......................Recordset.Delete
......................Recordset.Update
Why do I get error 3020?
Thanks in advance.

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2005-12-05 : 14:28:50
see this
http://search.microsoft.com/search/results.aspx?qu=error+3020&View=msdn&st=b
Go to Top of Page

activecrypt
Posting Yak Master

165 Posts

Posted - 2005-12-05 : 23:55:21
Hi,
what exactly you get ? have you tried your query in SQL QA ? is it giving any error ?


:-)
Regards

Andy Davis
Activecrypt Team
--------------------------------------------
SQL Server Encryption Software
http://www.activecrypt.com
Go to Top of Page
   

- Advertisement -