I've got a buddy that I'm helping prepare for his 70-175 Distributed VB 6.0 exam. He has a text which has a question that I can't explain to him. Here it is:

"The Client uses RDS to retrieve disconnected recordset(rs) created by ADO. You want client application to persist changes made to the recordset without reconnecting. How is this to be accomplished?"

The anser given was:
Dim fname as variant
fname = "c:\mywork.txt"
rsData.UpdateBatch fname

Deffinatly a simple question, but I was wondering what "RDS" stands for. Can anybody inform me?

Thanks!
Phil