Accessing the COM Data Server
This topic describes how to access the COM Data Server. For more information, see COM Data Server.
To access the COM Data Server
- Install the Siebel Mobile Web Client. - Siebel CRM installs the COM Data Server by default when you install the Siebel Mobile Web Client. 
- In the Siebel application configuration (CFG) file, set the DataSource parameter to the Siebel database where Siebel CRM must connect. 
- 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, click Siebel Data BusObject Interfaces. - Do not add a check mark to the Siebel Data BusObject Interfaces. 
- In the Siebel Data BusObject Interfaces section, note the name of the folder that contains the sobjsrv.tlb file. 
- In the Available References window, make sure the Siebel Data BusObject Interfaces item contains a check mark, and then click OK. 
- Add the required code. - For more information, see Example of Accessing the COM Data Server.