Accessing COM Data Control
This topic describes how to access COM Data Control. A call to COM Data Control is in process. For more information, see How Siebel CRM Uses Memory and Resources with the Mobile Web Client Automation Server.
To access COM Data Control
Install COM Data Control.
Use the Siebel Enterprise Server Installer. Make sure the EAI Siebel Connectors option contains a check mark. For more information, see the Siebel Installation Guide.
Start Microsoft Visual Basic.
Choose Standard EXE.
Choose the Project menu, and then the References menu item.
In the References dialog box, in the Available References window, make sure the Siebel Business Object Interfaces Type Library item contains a check mark.
To open the Object Browser, click OK.
Determine the correct format for the object interface method.
You must use the CreateObject method and the Login method. You cannot use an object interface method that returns an active Siebel object because no Siebel objects are currently active. You must use your own Siebel objects.
Verify that you can view the Siebel objects.
Add the required code.
For more information, see Example of Accessing COM Data Control.