
Deleting Fields from Recordset Object
Question: I am using a disconnected recordset (adOpenStatic, adUseClient) which is obtained by executing a stored procedure using command an object. I tried to delete some fields from the recodset using rst.Fields.Delete “FieldName” syntax, only to get error saying this operation cannot be performed in this context. Any ideas why