ASP - Remote Data Access

Asked By syed zubair on 13-Sep-05 07:19 AM
Hi,
    How to use Remote Data Service (RDS)  to access the remote data?

You can find samples on MSDN

Asked By Peter Bromberg on 13-Sep-05 07:29 AM
However I would caution that RDS is rarely used any longer and probably isn't even supported any longer. There are other ways to do this (using a SOAP  webservice, Remote Scripting, and other techniques).

Technique

Asked By syed zubair on 13-Sep-05 09:43 AM
Which technique do you suggest?
1. The techique should be browser independent
2. I need to manipulate huge data.

See this

Asked By Sameer Jain on 13-Sep-05 02:07 PM
Hi,
The following link may help you.
See the Examples and the tutorials here
http://www.microsoft.com/windows2000/en/server/iis/default.asp?url=/windows2000/en/server/iis/htm/asp/eadg9mp1.htm
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/databind/datasources.asp
Thanks