AS400 and jbuilder
From: Hrvoje Somun (hrvoje.somunREMOVE_at_zg.tel.hr)
Date: 10/27/03
- Next message: Joe Weinstein: "Re: AS400 and jbuilder"
- Previous message: Frank Brouwer: "Re: MSSQL JDBC with J2SE 1.4.1 ??"
- Next in thread: Joe Weinstein: "Re: AS400 and jbuilder"
- Reply: Joe Weinstein: "Re: AS400 and jbuilder"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Joe Weinstein: "Re: AS400 and jbuilder"
- Previous message: Frank Brouwer: "Re: MSSQL JDBC with J2SE 1.4.1 ??"
- Next in thread: Joe Weinstein: "Re: AS400 and jbuilder"
- Reply: Joe Weinstein: "Re: AS400 and jbuilder"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|