I need to connect DB2 with Java. Kindly help me to connect DB2 with java in ECLIPSE. It would be of great help if you could guide me step by s
Neither of the examples above worked for me, but this did:
Class.forName("com.ibm.as400.access.AS400JDBCDriver");