company logo

DataSourceHandle :: Connect - Connect DataSourceHandle to server

The function connects the DataSourceHandle to a server. The server name (server_name) and port number (port_number) must be defined in the DataSourceHandle before calling this function.

If no client object (odaba_client) is passed a client object is created when a server is defined. If no server name is defined the function does not try to connect.

Return value:  Success ( logical  )

Implementation overview

Implementation details

  1. - internal feature (not documented)
    logical DataSourceHandle  :: Connect ( ODABAClient &client_refc )
    • client_refc - Reference to client handle
  2. to list
  3. - internal feature (not documented)
    logical DataSourceHandle  :: Connect (  )
  4. to list