What is runtime error 3265?
A runtime or run-time error message can be caused by various different issues. It might be due to some conflict with another running program or it might be a software issue. It can also be due to virus or can be a memory issue as well. The steps to solve a runtime error depends on the fact that it has been caused by which of the above 4 reasons. You can easily find out what the code of each runtime error means. The runtime error 3265 arises when an item can’t be find in the collection.
To work around this problem provide a SET NOCOUNT ON statement prior to the Update statement. This would prevent the records affected message from being returned at the end of each Update, Insert, or Delete statement.