The information in this article applies to:
SUMMARYThis article presents useful information for anyone wanting to make use of the Remote Data Service (RDS) of ADO within Visual C++. The following are topics covered in this article:
MORE INFORMATIONHow to Obtain the Remote Data ServiceThe Remote Data Service (RDS) consists of two sets of components; client side and server side. The client-side components ship with all the Microsoft products which ship full or subsets of Microsoft Data Access Components (MDAC). Some of these products are:
http://www.microsoft.com/data/ado/rds/ RDS Resources/Points of InformationThe RDS Web Site, which contains the RDS components, is located at:http://www.microsoft.com/data/ado/rds How to Find RDS Knowledge Base ArticlesTo find RDS articles in the Microsoft Knowledge Base on the Web, connect to:http://msdn.microsoft.com/First time users must register to use this site. On this site, in the "My Search Is About:" box, select "ActiveX Data Objects" as the product; the Remote Data Service is a feature of ADO. Type your RDS-related question in the "My Question Is:" box, and then click Find. For the MSDN or other non-Web-based Knowledge Base search mechanisms, you you can use the keyword RDS, which is included in all RDS articles. General Guidelines for RDS in VC++The best way to get RDS into your VC++ applicatin is to use the #import command method After you #import a DLL, there will be a .tli and a .tlh file, such as msadco.tli and msadco.tlh, in the build directory. Looking through these files will provide the objects exposed, their methods, and the syntax.
Of course, you also need to #import Msador15.dll to get the recordset
object used by RDS.
REFERENCESFor additional information and coding samples, click the article number below to view the article in the Microsoft Knowledge Base: Q181092 FAQ: Remote Data Service (RDS) Frequently Asked Questions Q189997 SRVRS.exe Uses VC++ to Get & Manipulate RDS Recordset Q190473 SAMPLE: CreateRS.exe Uses the CreateRecordset Function in VC++ Additional query words: MDAC ADC data factory business objects kbOLE kbADO100 kbADO110 kbADO150 kbRDS100 kbRDS110 kbRDS150 kbVC420 kbVC500 kbDatabase kbGrpVCDB kbMDAC kbRDS
Keywords : kbRDS100 kbRDS110 kbRDS150 kbRDS200 kbVC420 kbVC500 kbVC600 kbGrpMDAC |
Last Reviewed: November 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |