Runtime errors occur when something goes wrong in the normal execution of a program. When severe enough, these errors abruptly terminate an application. To help programmers both anticipate and recover ...
I'm not sure exactly what the problem is, but I'm pretty sure it has to do with me using a try-catch thing.<BR><BR>I'm connecting to DB2 from java through JDBC ...