How can I insert additional libraries to my jdbc/DB2 connection?
问题 I'm writing a little java program to write data in a AS/400 DB2 table via jdbc (db2jcc.jar version 1.0.581) and a trigger is associated to the INSERT operation. This trigger works on various tables associated with libraries different from that (jdta73p10) which contains my table (f4104). Follows the code I use to establish connection and read data that perfectly runs. import java.sql.*; import com.ibm.db2.jcc.*; public class ProvaNUMEAN13 { public static void main(String[] args) throws