AS400 and jbuilder

From: Hrvoje Somun (hrvoje.somunREMOVE_at_zg.tel.hr)
Date: 10/27/03


Date: Mon, 27 Oct 2003 22:51:06 +0100

i'm trying to access test database on as400 with
com.ibm.as400.access.AS400JDBCDriver. i manage to make it work in runtime
with:

DriverManager.registerDriver(new com.ibm.as400.access.AS400JDBCDriver());
connection =
DriverManager.getConnection("jdbc:as400://192.168.1.1","HRVOJE","HRVOJE");

but when i try it with jbuilder database pilot or when i want to use
dataexpress database bean connection is not working. it displays
"com.borland.dx.dataset.DataSetException: The driver:
com.ibm.as400.access.AS400JDBCDriver could not be loaded. This could be a
problem with the driver itself, or that the driver is not found on the
classpath."

well, file is in classpath (it 's working when I make connection in runtime)
and i am little lost.

thnx
hrvoje



Relevant Pages

  • Re: IDS 7 -> 11 upgrade problems
    ... couldn't connect at all with CSDK 2.9. ... If you are using a 1.1 Informix driver, I wouldn't be surprised if it ... more problematic than other connection technologies. ... to see if the database is throwing an error to the client? ...
    (comp.databases.informix)
  • Re: ClassNotFoundException
    ... When you using database you must have the JDBC Driver for that type of database. ... It has some Interface objets in iut that a specific driver for a specific database must implement. ... So you must have a driver for your specific database in your classpath ...
    (comp.lang.java)
  • Re: Syntax error in UPDATE statement.
    ... This is not an issue dealing with your database connection, it is your actual update SQL statement. ... Microsoft OLE DB Provider for ODBC Drivers ... > The following error message comes from the database driver software; ...
    (microsoft.public.frontpage)
  • Re: Syntax error in UPDATE statement.
    ... This is not an issue dealing with your database connection, it is your actual update SQL statement. ... Microsoft OLE DB Provider for ODBC Drivers ... > The following error message comes from the database driver software; ...
    (microsoft.public.frontpage.client)
  • Re: Accessing a Remote Database
    ... > access a MySQL database at my friend's server in another town. ... > the database driver and then connecting, ... For a jdbc connection, ... Suse Linux Professional 8.1 on Athlon 1.1 Ghz 512 Mb ...
    (comp.lang.java.databases)