Used ActiveX Data Objects (ADO) 1.5/2.0/2.1 SP2 and Visual Basic Sample: Using ADO with an MTS Component via DCOM (Adomts.exe) for Windows?


Editors’ Review

Download.com staff
This sample shows a .exe client connecting to an MTS-hosted DLL to retrieve ADOR recordsets via DCOM, without requiring client-side ADODB DLLs.
  • Pros

    • Lightweight .exe client connects to MTS-hosted DLL.
    • Retrieves ADOR recordsets through DCOM.
    • Eliminates need for client-side ADODB DLLs.
    • Server DLL tested as COM+ component on Windows 2000.
    • Demonstrates Connection.Execute and RecordSet.Open methods.
  • Cons

    • Sample does not use Remote Data Service (RDS).

Used ActiveX Data Objects (ADO) 1.5/2.0/2.1 SP2 and Visual Basic Sample: Using ADO with an MTS Component via DCOM (Adomts.exe) for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows XP
  • Windows 2000
  • Windows 95
  • Windows NT
  • Windows 10
  • Windows 98
Additional Requirements
Windows 95/98/NT/2000/XP
POPULARITY
Total Downloads
6,334
Downloads Last Week
1

Report Software

Program available in other languages


Last Updated


Developer’s Description

Learn how to use and connect Standard .exe client.

This sample demonstrates how to use a lightweight Standard .exe client to connect to an MTS-hosted DLL and retrieve an ADOR recordset through DCOM. This sample does not use Remote Data Service (RDS) to create the business objects. The code included here demonstrates using both the Connection.Execute and the RecordSet.Open methods to create the ADODB recordset on the server and then passes a disconnected ADOR recordset back to the client.

This eliminates the need for the ADODB DLLs to reside on the client. The Server DLL has also been tested as a COM+ component that is hosted on a Windows 2000 server. This version is the first release on CNET Download.com.


Download.com
Your review for ActiveX Data Objects (ADO) 1.5/2.0/2.1 SP2 and Visual Basic Sample: Using ADO with an MTS Component via DCOM (Adomts.exe)