Article ID: 248144 - Last Review: September 24, 2003 - Revision: 4.3 PRB: Error: "Not capable" When Opening a Record Object Off a RecordsetThis article was previously published under Q248144 On This PageSYMPTOMS When you attempt to open an ADO Record object using an ADO
recordset, the following error appears: Run-time error
'3251': Object or provider is not capable of performing requested operation. CAUSE The underlying OLE DB provider does not support the ADO
record object.
STATUS This behavior is by design. MORE INFORMATION The ADO documentation states that an ADO record can
represent a row in a Recordset. However, the underlying OLE DB provider must
support the ADO Record object. For example, the Microsoft OLE DB Provider for
Internet Publishing supports the ADO Record object. Steps to Reproduce BehaviorThis sample uses the NWind.mdb database that comes with Visual Basic.
REFERENCES You may find complete documentation on the Microsoft ActiveX
Data Objects at Microsoft ActiveX Data Objects (http://msdn.microsoft.com/en-us/library/ms675532.aspx) | Article Translations
|
Back to the top
