DB2 Connection Strings
DB2 Connection Strings
Connection String Key Values
Key |
Description/Notes |
Valid Values |
Server Name |
Name of server containing the database.
|
Valid server name. |
Database Name
|
Name of database containing the data tables you will read or write.
|
Valid database name. |
Port Number
|
TCP Port the server is listening on.
|
Number |
Username |
Logon username. |
String value.
|
Password
|
Logon password.
|
String value. |