Hi people,
i have to programm a java-code to connect to a IBM-DB2 database, but the
jdbc-driver has to use a listening-port from db2, because java tries to
connect like this way
jdbc:db2://111.222.333.444:PORT/database_name
the database and java runs on the same computer, but i dont have entered a
port for listing for statements.
Thanks for answering