| Thread | Last Post | Replies |
|
| Hibernate - clear cache | 09 May 2005 09:12 GMT | 1 |
I have a servlet and I use Hibernate inside. Thast way I prepare sessionFactory object in init() method : SessionFactory factory; public void init(ServletConfig config) throws ServletException {
|
| Boolean as argument to a stored procedure not working with JDBC | 09 May 2005 02:55 GMT | 8 |
I have a stored (PL/SQL) procedure in Oracle as follows: SQL> describe approvedb; PROCEDURE approvedb Argument Name Type In/Out Default?
|
| Exception trying to set the method "setDate" of class PreparedStatement | 06 May 2005 23:47 GMT | 2 |
hi, i'm trying to set the date to method setDate of class PreparedStatement to save it in a database but it send me a error this is the part of code where a i'm having troubles. thanks in advance. PreparedStatement ps = cn.prepareStatement("INSERT INTO test (date)
|
| updateable result set -- mysql | 06 May 2005 06:21 GMT | 1 |
i would like to know a little about the process for updating a mysql table when you use a table editor in SWT (not the jface method). this is how the table items are represented in my program. try
|
| jdbc driver not found in simple java program for personal Oracle | 05 May 2005 06:43 GMT | 1 |
I am trying to write a small application to connect to an Oracle database in Windows XP. i try the following code: Class d =
|
| URGENT!! Joinable Interface problem | 04 May 2005 15:56 GMT | 2 |
I am facing a problem using the joinable interface's setMatchColumn method for specifying multiple columns for the join operation. It is simply taking the first column and performing the join operation. For e.g.
|
| mysql and named pipes | 03 May 2005 18:52 GMT | 2 |
I'm using Win2000 and I want to use named pipes instead of a TCP/IP connection to MySql. I'm using the following connection string: jdbc:mysql://localhost/?enable-named-
|
| Database notification | 02 May 2005 22:36 GMT | 7 |
We've have a requirement to write an application that shares data using a centralised repository. The application will be written in Java and we may potentially use MySQL as the data store using JDBC drivers to bridge the two. One of the key requirements is that the java
|