Hi,
I am using an ActiveX script to iterate through an ADO recordset that I have populated via an Execute SQL task.
Instead of using the MoveFirst, MoveNext methods, is there any safe way of me accessing a specific row in the recordset?
e.g. if I have 10 records in the recordset, and I want to directly access the fifth record, how would i do this? At the moment I am using the AbsolutePosition property but books online seems to suggest this is only possible if its supported by the provider - is there any way that I can do this for all providers?
Thanks,
MrPeds
I am using an ActiveX script to iterate through an ADO recordset that I have populated via an Execute SQL task.
Instead of using the MoveFirst, MoveNext methods, is there any safe way of me accessing a specific row in the recordset?
e.g. if I have 10 records in the recordset, and I want to directly access the fifth record, how would i do this? At the moment I am using the AbsolutePosition property but books online seems to suggest this is only possible if its supported by the provider - is there any way that I can do this for all providers?
Thanks,
MrPeds