How to get connnection string from database

Hi ,
I had dbeaver database application installed in the machine. I want to connect to database IBMDB2(database->newconnection->IBMDB2) and after i need to provide host,port,userID,pswd,database name… thereby it connected successfully.

But i need to get connection string for this. please give your suggestions on this

Hi,

Please find format for each connection string of IBM DB2 from here >> IBM DB2 connection strings - ConnectionStrings.com

Example
Server=myAddress:myPortNumber;Database=myDataBase;UID=myUsername;PWD=myPassword;

Regards.