Introduction to Remote Data Services
Remote Data Services is a high-performance Web-based technology that brings plug-and-play database connectivity and corporate data publishing capabilities to Internet and intranet applications. With Remote Data Services, you can:
-
Bind data-aware controls to data from remote servers.
-
View, edit, and update live data from a Web application. (For more information about updatability, click here.)
-
Take advantage of a transparent, client-side caching architecture. This boosts performance by retrieving large resultsets in binary formats and caching data on the client system, avoiding expensive data refetching and resulting in fewer roundtrips. Such performance improvements are especially noticeable for data access across the Internet.
-
Use familiar technology to implement Remote Data Services. Because you implement Remote Data Services with familiar technology — off-the-shelf visual controls, HTML, and Microsoft Visual Basic® Scripting Edition (VBScript) — Remote Data Services integrates seamlessly with existing Visual Basic applications, letting you transport them to the Web.
-
Partition your application into three tiers. You can use familiar languages such as Visual Basic, Visual C++®, and VBScript to build business logic into encapsulated objects. These middle-tier business objects can receive requests from front-end clients and Web applications and communicate with back-end database components such as SQL Server through Open Database Connectivity (ODBC).
-
Use Microsoft ODBC and OLE DB technology. Remote Data Services uses these technologies to handle all data similarly on the client side, regardless of its source. This eliminates the need to use targeted client-side drivers for each data source. This also means you can easily modify Remote Data Services applications to suit different network and DBMS configurations.
-
Ensure secure access to corporate data via Secured Socket Layer (SSL). (This is an optional feature to use with Remote Data Services.)
In addition, you can use Remote Data Services with other Microsoft technologies, including Internet Information Server (IIS) 3.0 and Transaction Server.
See Also For more information about how Remote Data Services applications work, see "The Big Picture: Understanding Remote Data Services Applications."
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.