which driver we should use to connect to DB2?
Hi,
I want to connect to DB2 Database using java code, to read/update some data related with workitems for a scheduled job.
Which Driver we should use?
Do we have to do any setup for this?
I am using
and getting "java.sql.SQLException: No suitable driver" in console.
Can somebody please tell me how to resolve this?
Regards,
Kruttika
I want to connect to DB2 Database using java code, to read/update some data related with workitems for a scheduled job.
Which Driver we should use?
Do we have to do any setup for this?
I am using
Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
and getting "java.sql.SQLException: No suitable driver" in console.
Can somebody please tell me how to resolve this?
Regards,
Kruttika