I am working on a project where I have to fetch data from a database. I found from the db properties in eclipse, that the url is starting as "jdbc:as400//...". Is there any way other than using IBM.Data.DB2.iSeries. I am using visual studio 2012 to build a windows application.
It looks like DriverManager
uses JDBC, so if you need a JDBC driver for IBM i, you can retrieve JTOpen from sourceforge. The driver file in there is jt400.jar
.