| Thread | Last Post | Replies |
|
| jboss and ingres | 31 Oct 2003 00:48 GMT | 2 |
Im trying to get jboss 3.2.2 running against an ingres database. I have tried doing the ingres-service.xml file but i get a jndiname not found error. I used this for the source for the ingres-service.xml
|
| How to select all in a JList | 30 Oct 2003 16:25 GMT | 1 |
I just want to select all in a JList, how can i do that please ? thanks a lot Patrice prolland@mis.mc
|
| JDBC to Ingres Woessss.... | 30 Oct 2003 10:47 GMT | 6 |
I'm sure I'm missing something simple here but I'm not getting it. I've got a simple select example (right out of O'Reilly!!) application that should be connecting to my ingres database but I can't even get the driver to load.
|
| Display triggers list with JAVA | 30 Oct 2003 08:46 GMT | 2 |
I'm working an a database tool and i would like to know how to get the trigger list with JAVA JDBC ? Thanks in advance Patrice
|
| "Invalid column name" inserting a row with weblogic/oracle | 28 Oct 2003 20:57 GMT | 4 |
Environment Weblogic 8.1, Oracle 9.0.1, JDK1.4 I am attempting to migrate from WLS 6.1 to WLS 8.1. All appears to work with the exception of database inserts. They ALWAYS fail and return an
|
| location of JDBC drivers? (JDK 1.4.1, Red Hat 9) | 28 Oct 2003 19:06 GMT | 3 |
I recently upgraded from JDK 1.2. to 1.4.1 and my jdbc programs won't execute anymore. I'm sure it's because the location of the classes12.zip and the resulting CLASSPATH are wrong. Can someone explain to me where the .zip file should
|
| DXF reading with java class! | 24 Oct 2003 16:09 GMT | 1 |
y need read a dxf file form java somebody can help me
|
| Book on load balancing? | 24 Oct 2003 09:57 GMT | 2 |
Anyone who can reccoment a good book, article, web-page regarding load balancing ? -Jon
|
| JDBC:how to compare char[] and int | 24 Oct 2003 06:23 GMT | 4 |
the type of database column is char[2], how can i compare it to a int through JDBC? The database isn't support TO_NUMBER(column) >= i. Thanks a lot!
|
| Regarding database Independence | 24 Oct 2003 03:35 GMT | 2 |
I have an application which retrieves data from Oracle database. How can I make the application generic in such a way that it can take data from LDAP server? Any links please Thanks and regards,
|
| trouble getting a connection from MS SQL Server 2000 database server from WSAD | 23 Oct 2003 16:38 GMT | 1 |
I have java servlet that creates a connection from connection pool . and I am getting the following errror.I am working on WSAD 4.x. I am using Microsoft SQL Server 2000 JDBC Driver Implementation class: com.microsoft.jdbcx.sqlserver.SQLServerDataSource and
|
| Hi! | 23 Oct 2003 16:21 GMT | 1 |
y need a class to read dxf databases to explorer maps with streets somebody can help me please! is for studient purpose best regards
|
| MySQL-JBuilder | 23 Oct 2003 14:46 GMT | 2 |
Hi, I have a problem. I'm connected to MySQL database from JBuilder and I can get ResultSet from it. But I don't know how to insert new row in to tke table could you help me? The part witch question to database is: Statement stat = conn.createStatement();
|
| TOMCAT REALM dosn't work after DB was down | 23 Oct 2003 07:16 GMT | 2 |
I work with Tomcat 4.1.18 and an Oracle DB 8i. My JSP-Application needs authentication via BASIC-Authentification. Everytime when the database is halted an restarted again, the users can't logon to my applicatons.
|
| Oracle9i/OJB - No return after commit transaction | 21 Oct 2003 22:52 GMT | 1 |
we use the Apache-OJB-framework (PersistenceBroker) in different java programs and Oracle9i. These programs import data from other systems into our database. Often I have the problem that a program stops after a transaction commit was called. No exception was thrown. The stops were
|