× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thank you for the link...  And after a few paragraphs, I saw something, that
is unclear to me..

Is it better to do 1
1)String sDriver = 
      "COM.cloudscape.core.RmiJdbcDriver";
    String sURL =
      "jdbc:cloudscape:rmi:jGuru;create=true";
    String sUsername = "sa";
    String sPassword = "admin";

    try   // Attempt to load the JDBC driver 
    {     // with newInstance
        Class.forName( sDriver ).newInstance();
    }

or a 
2)                      DriverManager.registerDriver(new
com.ibm.as400.access.AS400JDBCDriver());
                        con = DriverManager.getConnection
("jdbc:as400://"+system,"username","password");

Whats better?  Class.forName  or  registerDriver?  Or are they the same? Why
would I pick one over the other?

Thanks again,
tim

> -----Original Message-----
> From: Joe Sam Shirah [SMTP:jshirah@attglobal.net]
> Sent: Thursday, February 13, 2003 10:17 AM
> To:   Java Programming on and around the iSeries / AS400
> Subject:      Re: please critique
> 
> 
>     Hi Tim,
> 
>     The program looks basically OK from a JDBC point of view, aside
> from the clutter.  Whether it's really OK depends on the needs of your
> app.  Rather than running through it point by point, which most of  
> 
> http://developer.java.sun.com/developer/onlineTraining/Database/JDBC20Intr
> o/
> 
> 
This e-mail message, including any attachments, is for the sole use of the
intended recipient(s) and may contain confidential or privileged
information.  Any unauthorized review, use, disclosure or distribution is
prohibited.  If you are not the intended recipient, please contact the
sender by reply e-mail and destroy the message.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.