- Local time
- Today, 03:26
- Joined
- Feb 28, 2001
- Messages
- 28,729
Gonna toss in a comment: The error description with Microsoft suggests this could be a locking problem in which an ADO recordset was created with improper lock specification. Other sources suggest there is an issue in assigning a value directly from a recordset object without using an intermediate. Every error I have seen so far is recordset-related but mixed between DAO and ADO recordsets. All of them suggest a fix such as properly qualifying recordset declaration to avoid ADO/DAO confusion.
I have not looked at what is being done, and I don't want to step on Colin's offering so I'll stand aside to allow some time for folks to look into it.
I have not looked at what is being done, and I don't want to step on Colin's offering so I'll stand aside to allow some time for folks to look into it.
Can't add or delete records with ADO methods - Microsoft 365 Apps
Describes a problem that may occur when you use ActiveX Data Objects (ADO) with the AddNew method or with the Delete method of the Recordset object. When you open the recordset with an unspecified lock type in Access, you may receive an error message.
docs.microsoft.com
Run-time error 3251 - Operation is not supported for this type of object
Hi I've just upgraded from 2003 to 2010 and split the database into front and back-end. The following code now produces "Run-time error ‘3251’: Operation is not supported for this type of object" and stops at .Attachments.Add rst!ConsolidatedFile (highlighted red): Private Sub...
www.access-programmers.co.uk