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")