| 
 | 
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
--------------------------------------------------------
If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Click here for important additional terms relating to this 
e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.