|
Hi! looks like you missed a : after "as400". Connection con = DriverManager.getConnection("jdbc:as400://mldev400/SPANAND"); Regards, Magne Date: Mon, 27 Jun 2005 12:46:12 +0100 From: "Anand, Rajesh" <Rajesh_Anand@xxxxxx> Add To Address Book Subject: No suitable Driver error when running Java on AS400 To: <java400-l@xxxxxxxxxxxx> Folks, I'm newbie to Java on as400. I've run into a problem, can someone please help??? My java pgm compiles ok and when I run it, it gives me the following error. java.sql.SQLException: No suitable driver at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at gmi.pme.ReadIntRateXML.updatetable (ReadIntRateXML.java:134) at gmi.pme.ReadIntRateXML.main(ReadIntRateXML.java:116) Here is the snippet of my code... try{ DriverManager.registerDriver(new com.ibm.as400.access.AS400JDBCDriver()); Connection con = DriverManager.getConnection("jdbc:as400//mldev400/SPANAND"); Statement stmt = con.createStatement(); String sqlstmt = "select PMCTN,PMRTY from BLMINTF1 where PMVSS = " + xpvss.trim(); Thanks in advance, Rajesh Anand Email:Rajesh_anand@xxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.