Recent IT Questions

1 - 11 of 11
<<PREVIOUS 1 NEXT>>

JDBC Connection from JAVA to iSeries DB

I have a simple class that resides on my local drive. I am attempting to connect to iSeries I5V4 environment and do "select" from one of the DB files. When I run my .class file in Rational Application Development I ghet a "class not found" exception. How do I set classpath in RAD? Should my...

asked by Lenny2113

  115 pts.

Difference between ODBC and JDBC?

I'm writing a java application. In short, this application needs to connect to DB2 on an AS/400 for some SQL data. I cannot find a straightforward comparison of ODBC and JDBC. Do any of you know where I can find one? Or, have any of you done java programming with the intent to connect to AS/400...

View Answer   |  Jun 18 2009  1:49 PM GMT
DB2, AS/400, SQL
asked by Schmidtw

  10590 pts.

Connectivity between Oracle BI Publisher and Microsoft Access

I need to make a connection from BI Publisher to an MS Access database. Anyone can help me with the connect string and database driver class details for setting up a JDBC?

asked by Ms123

  115 pts.

How to install the MySQL JDBC connector?

Can anybody tell me how to install the MYSQL JDBC connector. I am getting error "java.sql.SQLException: No suitable driver ". I placed the driver in the java-jre\lib\ folder also in the shared folder of tomcat 5.0. Even in the lib folder of WEB-INF. But I am getting the same error.

View Answer   |  Mar 4 2009  6:32 AM GMT
JSP, MySQL, Web development
asked by Advancedjava

  25 pts.

Slow JDBC DB2 Connection

Hello, Having an issue with a new server we are setting up. The server is Linux RHE 4, running DB2 8.1 and Domino 7.03. Our DB2 databases reside an a separate dedicated DB2 server and are cataloged on our new server. Connections to these databases are working fine using SQL tools and from the...

Answer Question   |  Jan 8 2009  9:12 PM GMT
DB2, JDBC, Domino 7.x
asked by Biohazard42

  5 pts.

SQL query error: token DATA

I am new to Db2 on iSeries. I am running some SQL script files using JDBC to create a repository on DB2 for my project. The query is of the form: Create table tbl_name(col1 datatype(size),...... ,coln datatype(size)) DATA CAPTURE NONE; I am getting error on token DATA.. I tried to execute this...

View Answer   |  Nov 4 2008  5:54 PM GMT
AS/400, DB2, JDBC
asked by AS400 - Ask the Expert

  395 pts.

JDBC/ODBC to Excel 2007 getting Exception

Iam getting the SQLexception by trying to connect using JDBC/ODBC to Excel 2007 through Java. Any Guys can tell abt this problem. java.sql.SQLException: [Microsoft][ODBC Excel Driver] External table is not in the expected format. at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source) at...

Answer Question   |  Nov 3 2008  1:14 PM GMT
Java, ODBC, JDBC
asked by Ansipar2883

  15 pts.

jasper server with sql server

does jasper server allow you to use sql server as your database server..if yes can you guys help me out...im stuck with this for almost a week. thanks in advance...

View Answer   |  Jul 10 2008  7:51 AM GMT
SQL Server, JDBC, JasperServer
asked by Skillszone

  10 pts.

mdb talk to jdbc

is it possible to make an inner procedure in (any) jdbc db that will produce simple p2p connection with another db for example a mdb, this is highly needed that the other db will be a flat file (mdb), if you know any way to create connection through another db, with a non-java db (not a jdbc...

Answer Question   |  Jun 6 2008  3:40 PM GMT
Microsoft Access, JDBC, Query
asked by Elad Karako

  240 pts.

Connectiveity JAVA to Sql server 2000

Dear all, I have problam to connect SQL 2000 server with jdbc driver.\ i m using windows 2003 server SQL server 200000 and jbuilder. anyone have jdbc driver for the same environment thnaks

View Answer   |  Mar 11 2008  6:02 AM GMT
Windows Server 2003, SQL Server 2000, JDBC
asked by M.Asif

  5 pts.

Database connection problem

I am working on a japanese project. the DB is oracle8i. So I am using classes102 and nls_charset10 driver zip files. I am able to connect to db through SQL* but not through code. the error is: java.sql.SQLException: 20 at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:407) at...

View Answer   |  Jan 16 2008  4:13 AM GMT
SQL, Java Database Connectivity, JDBC
asked by Sankya123

  5 pts.

1 - 11 of 11
<<PREVIOUS 1 NEXT>>