When an application connects to a database, it uses a set of connection parameters to define the connection.
Connection parameters include information such as the server name, the database name, and a user ID.
Password=sql
ServerName=host_iqdemo;DatabaseName=iqdemo
Several connection parameters affect how a server is started. It is recommended that you use the following connection parameters instead of providing the corresponding server options within the StartLine (START) connection parameter:
EngineName (ENG)
DatabaseFile (DBF)
DatabaseName (DBN)