CONNX OLE RPC Server

The CONNX OLE RPC server enables RPC (remote procedure calls) from any programming language that supports OLE 2.0, including Microsoft Word, Microsoft Excel, Microsoft Visual Basic, Microsoft Access, and Paradox for Windows. The server is supported by VSAM, RMS, Oracle Rdb, and DBMS databases. The CONNX OLE server object is called CONNX.Connect.

 

In Visual Basic, the following code can be used to connect to this server object:

 

Dim gOleConnect as Object

Set gOleConnect = CreateObject("CONNX.Connect")

 

Related Topics

CONNX Remote Procedures

To build a remote procedure

Execution of OS/400 Remote Commands via CONNX and DB2

To execute OS/400 remote commands via CONNX