INFO: Information and Resources for Using RDS in Visual C++

ID: Q184382


The information in this article applies to:
  • Microsoft Visual C++, 32-bit Editions, versions 4.2, 5.0, 6.0
  • Remote Data Service for ADO versions 1.0, 1.1, 1.5, 2.0, 2.1


SUMMARY

This 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:

  • How to Obtain the Remote Data Service


  • RDS Resources/Points of Information


  • How to Find RDS Knowledge Base Articles


  • General Guidelines for RDS in VC++



MORE INFORMATION

How to Obtain the Remote Data Service

The 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:
  • Internet Explorer 4.0 (contains RDS Client 1.5)


  • Internet Information Server 4.0


  • Microsoft Data Access Components


  • Data Access SDK


RDS components are shipped with MDAC. The latest version of both client-side and server-side components can be obtained with the Microsoft Data Access Components (MDAC), available free for download at:
http://www.microsoft.com/data/ado/rds/

RDS Resources/Points of Information

The RDS Web Site, which contains the RDS components, is located at:
http://www.microsoft.com/data/ado/rds

How to Find RDS Knowledge Base Articles

To 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.

   #import "c:\program files\common files\system\msadc\msadco.dll" 
   \\for the RDS Data Control.

   #import "c:\program files\common files\system\msadc\msadcf.dll" 
  \\for the Data Factory. 
Of course, you also need to #import Msador15.dll to get the recordset object used by RDS.


REFERENCES

For 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
Version : WINDOWS:1.0,1.1,1.5,2.0,2.1; winnt:4.2,5.0,6.0
Platform : WINDOWS winnt
Issue type : kbinfo


Last Reviewed: November 10, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.