Remote DB Access

  • Thread starter Thread starter Chris Kennedy
  • Start date Start date
C

Chris Kennedy

Is there a straight forward equivalent of RDS that I can use to access a
database remotely via ADO/ADO.net
 
Can you describe what you're trying to do? There are many options with ADO
and ADO.NET to enable remote access to data.

--
____________________________________
Bill Vaughn
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
I want to open an ADO recordset on a local server and use it to upload to a
remote server and vice versa. The MS Remote Data Provider would allow this
but is being phased out. The local machine will be using standard ADO
whereas the remote machine could change so I would like the flexibility to
swap easily from RDS to whatever the more modern version of MDAC supports.


| Can you describe what you're trying to do? There are many options with ADO
| and ADO.NET to enable remote access to data.
|
| --
| ____________________________________
| Bill Vaughn
| www.betav.com
| Please reply only to the newsgroup so that others can benefit.
| This posting is provided "AS IS" with no warranties, and confers no
rights.
| __________________________________
| | > Is there a straight forward equivalent of RDS that I can use to access a
| > database remotely via ADO/ADO.net
| >
| >
|
|
 
¤ Is there a straight forward equivalent of RDS that I can use to access a
¤ database remotely via ADO/ADO.net
¤

There is no equivalent that I am aware of. You could either try RDS from .NET or use a Web Service
or Web Remoting.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top