I assume it's still supported. The following ASP code still works and the object gets instantiated.
<%
Set ds = Server.CreateObject("RDS.DataSpace")
Response.Write "everything ok"
%>
I don't know how to write a RDS program however. Why would you still use RDS? Can't you use some newer database API's?