Apr 26, 2005 #1 Hackster Programmer Joined Mar 28, 2001 Messages 173 Location US When doing Adodc1.Recordset.Delete I get the following error: "Multiple-steps operations generated errors. Check each status value." What does that mean?
When doing Adodc1.Recordset.Delete I get the following error: "Multiple-steps operations generated errors. Check each status value." What does that mean?
Apr 26, 2005 #2 fredericofonseca IS-IT--Management Joined Jun 2, 2003 Messages 3,324 Location PT Apart from searching these forums (which you seem to have missed), try thread222-391156 for one possibility. And whenever possible do not use ADODC controls. Use plain code instead with reference to ADODB objects. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com Upvote 0 Downvote
Apart from searching these forums (which you seem to have missed), try thread222-391156 for one possibility. And whenever possible do not use ADODC controls. Use plain code instead with reference to ADODB objects. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com