|
> Or should I be doing "soft" > declarations (using class.forName) to get round the problem? Class.forName("com.ibm.db2.jdbc.app.DB2Driver") will do the trick in VAJ. ----- Original Message ----- From: "Price, Chris" <chris_price@nsb.co.uk> To: <java400-l@midrange.com> Sent: Thursday, December 20, 2001 7:35 AM Subject: native driver? > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may not be legible. > -- > [ Picked text/plain from multipart/alternative ] > I'm trying to write some portable code. When being run on a separate box I > use the Toolbox JDBC driver to get at the data base, with some code like: > > DriverManager.registerDriver(new com.ibm.as400.access.AS400JDBCDriver()); > > No problem. To run the same code on the AS/400, I should use the native > driver, as follows: > DriverManager.registerDriver(new com.ibm.db2.jdbc.app.DB2Driver()); > > However VAJ cannot find a definition of the native driver. I've looked > around, and there isn't one in the repository. How do I get round this? Do I > import the class directly from the AS/400? Or should I be doing "soft" > declarations (using class.forName) to get round the problem? > > Chris. > _______________________________________________ > This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list > To post a message email: JAVA400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > or email: JAVA400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > >
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.