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.
| 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.UpdateWhy do I get error 3020?Thanks in advance. |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2005-12-05 : 14:28:50
|
| see thishttp://search.microsoft.com/search/results.aspx?qu=error+3020&View=msdn&st=b |
 |
|
|
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 ?:-)RegardsAndy DavisActivecrypt Team--------------------------------------------SQL Server Encryption Softwarehttp://www.activecrypt.com |
 |
|
|
|
|
|