How To Use the MSRemote Provider Through Client Script (240838)
The information in this article applies to:
- Microsoft Data Access Components 1.5
- Microsoft Data Access Components 2.0
- Microsoft Data Access Components 2.1
- Microsoft Data Access Components 2.1 (GA)
- Microsoft Data Access Components 2.1 SP1
- Microsoft Data Access Components 2.1 SP2
- Microsoft Data Access Components 2.5
- Microsoft Data Access Components 2.6
- Microsoft Data Access Components 2.7
This article was previously published under Q240838 SUMMARY This article describes how to use the MSRemote provider to
connect to and retrieve data from a remote database. The MSRemote provider
allows the user to access OLE DB providers running on remote computers or in
separate processes on the same computer. By using the MSRemote provider, the
user can get access to live data by going through a Web server. For more
information on Remote Data Service (RDS) and the MSRemote provider, please see
the topic "Remote Data Service in MDAC 2.0" in the Microsoft Developer Network
(MSDN).
When using the MSRemote provider, the connection string used
to open the ADO connection object states that it wants the OLE DB remote
provider to be used. ADO treats this tag in a special manner by using the
RDS.DataSpace component to send an HTTP post request to the specified Web
server. The server where the OLE DB provider is installed is identified by the
tag "Remote Server=". This tag is used to specify the OLE DB provider to be
used to create the recordset at the specified server. If this tag is not
specified, the OLE DB Provider for ODBC (MSDASQL) is used by default. The rest
of the connection string contains all the information needed by the provider to
create the recordset.
Modification Type: | Minor | Last Reviewed: | 7/13/2004 |
---|
Keywords: | kbhowto KB240838 |
---|
|