| Thread | Last Post | Replies |
|
| jsp - jdbc connection to db2v8 failing | 13 Jan 2005 14:17 GMT | 1 |
I spent now several hours searching the google groups without finding an solution. I am kind of Newbie to DB2 and JSP and therefore working with JSP4Dummies (not sure whether I should recommend this book): Invoking the following jsp-file in the browser I get an
|
| Tomcat database connection pool doesn't work. Please help! | 12 Jan 2005 17:08 GMT | 10 |
I tried to set up a database connection pool by following exactly the instructions in Tomcat 5 JNDI Datasource HOW-TO. But I got the following exception: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause: java.sql ...
|
| MSDE JDBC | 12 Jan 2005 14:51 GMT | 2 |
Is there a JDBC driver specifically for MSDE? I'm running MSDE 200 Rel A on a Windows XP machine. - manzoor
|
| Use of CLOB in WL 5.1 | 07 Jan 2005 20:15 GMT | 2 |
Is it possible to use a CLOB on a Weblogic 5.1? If so, how can I do it? I'm using WL 5.1 with Oracle 8.1.7 Thanks in advance. Fran
|
| text messaging for a DBMS? | 07 Jan 2005 05:26 GMT | 1 |
Please email me for an article about this. datalines@excite.com
|
| MS SQL Server 2000 and MS JDBC SQL Server driver problems. (Connection timed out, followed by Error establishing socket) | 06 Jan 2005 17:00 GMT | 4 |
I have downloaded the MS SQL Server 2000 Enterprise Evaluation edition, and the MS SQL 2000 Server JDBC driver. I have installed and configured the MS SQL Server 2000 onto two computers, which reside on the same network. (In fact, these two computers comprise
|
| Connections and Connection Pools | 05 Jan 2005 23:12 GMT | 1 |
Suppose I get a connection from a connection pool, and during my use of the connection it goes bad (say, the socket it's using to talk to the database breaks). When I return that connection to the connection pool, will the pool realize it's bad and not reuse it?
|
| CallableStatement OUT Parameter | 05 Jan 2005 18:28 GMT | 1 |
I am calling Stored Procedure from JAVA application.If the stored procedure returns OUT parameters, the JDBC type of each OUT parameter must be registered before the CallableStatement object can be executed. pls suggest me what is meaning of registering and where it registers?
|
| Advice on persistent storage in Java | 05 Jan 2005 12:24 GMT | 8 |
I need some advice on persistent storage in Java. Basically, I'm writing an application that I'd like to be in pure Java (including any backend stuff it relies on, I'd like it to all run in the same VM). It has to store a potentially large data structure. I'd like to have as ...
|
| Oracle timestamp | 04 Jan 2005 07:38 GMT | 3 |
In Oracle, what is the best way to do an auto generated timestamp? I dont want to do it this in java application code. TIA
|
| DataBind with components. | 03 Jan 2005 13:07 GMT | 1 |
I would like to know if there is any Java based technology (would like it free of cost) equivalent to the Ado.Net. That is, any means to directly bind data from a database or a XML file to visual components like ListBoxes, ComboButtons, etc...
|