Assembling a list of connection parameters

The following figure illustrates how the interface libraries assemble the list of connection parameters they will use to establish a connection.

Shown is workflow that starts with a process: read parameters from connection string. Move to another process: read parameters not already specified for sequel connect. Next is a decision: Is there a data source in the parameter list? If no flow moves to terminator connection parameters complete. If yes move to decision: does data source exist? If no move to failure terminator. If yes move to process: read parameters not already specified from data source and then move to connection parameters complete terminator

Notes

Key points from the figure are as follows:

The interface library uses the completed list of connection parameters to attempt to connect.