Is it possible to use JDBC to connect to an arbitrary DB, say Mysql, from inside a java stored procedure in db2 9 express? I am asking because in the documentation it says: "Connection level APIs cannot be called from within external functions or external methods." and I have no idea what this is supposed to mean.
Where would I put the mysql jdbc driver jar file? Can I upload it using the jar uploader stored procedure?