简体   繁体   中英

How to connect to this database where the url starts as “jdbc:as400//…”

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM