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

  1. Install the Siebel Mobile Web Client.

    Siebel CRM installs the COM Data Server by default when you install the Siebel Mobile Web Client.

  2. In the Siebel application configuration (CFG) file, set the DataSource parameter to the Siebel database where Siebel CRM must connect.

  3. Start Microsoft Visual Basic.

  4. Choose Standard EXE.

  5. Choose the Project menu, and then the References menu item.

  6. 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.

  7. In the Siebel Data BusObject Interfaces section, note the name of the folder that contains the sobjsrv.tlb file.

  8. In the Available References window, make sure the Siebel Data BusObject Interfaces item contains a check mark, and then click OK.

  9. Add the required code.

    For more information, see Example of Accessing the COM Data Server.