Visual InterDev 6 0 Accessing Remote Data ....
Compile an ActiveX DLL as a COM component by using the Make Project dialog box in Visual Basic 6.
Register a COM component by using Visual InterDev Project Explorer window.
Write the code to create an instance of a COM component in ASP by using the CreateObject method.
Write the code to create a remote business object instance by using the CreateObject method of RDS.DataSpace.
Deploy a more...