我正在尝试将ADODB.Recordset中的单个记录的内容传递给子例程。
我试过了:
Dim CurrentRecord as New ADODB.Record
CurrentRecord.Open(Rset)
' Where Rset is an ADODB.Recordset that has been filtered to the record I want
但我得到一个错误 - object or provider is not capable of performing requested operation
,研究表明这与光标类型有关,但尝试了所有选项后仍然出现错误!