Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 28th, 2008, 06:51 PM
Authorized User
 
Join Date: Nov 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need help understanding the status of RDS

Hi there

One of my clients has this web application that uses classic ASP technology and uses RDS (remote data services) in ASP pages to manipulate data on the client side, via some bound controls such as <input type=text>, etc.

While it is a pretty cool application, I understand that RDS has been deprecated by Microsoft. What really is the implication of that? Can someone please tell me?

The thing is migrating to .NET is not a feasible solution for the time being because of a tight money budget.

If we are to stay with classic ASP, are there any technologies besides RDS we can use that we can manipulate data in .asp pages on the client side?

Just to make sure I get the message through, here is what's inside the HTML code:

  <object classid="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33" id="ADC1" height="1" width="1">
  </object>

<script language=vbscript>
sub window_onload()
Dim objBusinessObj
  Set objBusinessObj = CreateObject(<something>)
  ADC1.SourceRecordset = objBusinessObj.GetData(<parameters>)
end sub
</script>


Any ideas would be great.

Thanks
CC






Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with DHTML and RDS Kurt.W HTML Code Clinic 4 September 29th, 2005 08:11 PM
Access Database from Javascript with rds nosreg Access 2 February 3rd, 2005 07:19 PM
RDS problem with the code BANSAL SK VBScript 1 November 4th, 2004 06:51 AM
Facing problems using RDS in VB - Urgent Sri VB Components 0 November 4th, 2004 06:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.