| Thread | Last Post | Replies |
|
| JDBC connection pool locked problem | 11 Mar 2005 11:59 GMT | 2 |
Anyone seen the message below before?? I'm getting locked messages when trying to obtain connections from my connection pool. I would understand if I was getting them on a query/update but this is strange. The code was working fine for last year but we're suddenly getting
|
| Hypersonic JDBC driver probs | 09 Mar 2005 17:06 GMT | 3 |
Hello. I'm trying to load the Hypersonic 1.61 JDBC driver in a simple program: import java.sql.*; public class Buddy {
|
| Oracle JDBC thin driver sometimes throws NullPointerException | 09 Mar 2005 05:18 GMT | 2 |
I'm using Oracle JDBC thin driver on a web application, and sometimes, it throws a NullPointerException when trying to load the ResultSet. I've already check my code and all sql parameters are correct (the records do exist in the database ). The weirdeist thing is that this
|
| PreparedStatement#setString on int columns | 08 Mar 2005 22:57 GMT | 4 |
I have just finished a few hours of testing our product that already runs on Oracle, SQLServer, MySQL, MaxDB and McKOI on PostgreSQL. I always liked what I read about this database apart from the fact that it used to not run natively on Windows. Since many of our customers run ...
|
| db size | 08 Mar 2005 20:44 GMT | 7 |
Sorry for haveing to ask this question, but I have a java application connected to a ms Access(tut tut) database, but what I want to know is there a command to return the number of rows in the database? i want to monitor if the number of rows in the database drops blow a cetain ...
|
| ora-00911 message for callable statement | 08 Mar 2005 16:24 GMT | 6 |
It would be great if someone could help me with a problem I am having. I am trying to call an Oracle stored procedure using a callable statement in JDBC. However my code fails on the following line and the ORA-00911 error message below is thrown.
|
| Single connection, multiple threads, one Statement per thread | 08 Mar 2005 09:48 GMT | 12 |
from what I read *every* JDBC driver is supposed to be capable of handling concurrent accesses from several threads at a time. However the spec leaves it completely open how much concurrency a driver implementation allows.
|
| PointBase hate customers | 08 Mar 2005 05:15 GMT | 1 |
To get Docs from Pointbase 1) click on Docs 2) get told you must register to a 'business email' so yahoo is out? 3) wait hours for reply
|
| my java asg | 06 Mar 2005 11:29 GMT | 1 |
can anyone help me in my asg? really stuck in this.. sob! sob! : ( qns: [S]ales // to perform the daily sales transaction
|
| getconnection is making me so angry | 06 Mar 2005 07:15 GMT | 10 |
In the code below the forName method works but i cant get getConnection to compile without errors. I have tried everything except standing on my head. if i create a new server in mysql control center i can connect with
|
| ACCESS 2000 login from a Java Application | 04 Mar 2005 13:00 GMT | 3 |
I have set up a userID and password on the ACCESS database, which if I click on the MDB file works fine. However, I can still connect and use the database from a Java Application without any password or userID set in the code
|
| Trouble connecting with JTDS | 04 Mar 2005 09:57 GMT | 6 |
Hi All, I'm a total newbie to Java Databases and am having trouble getting a successful connection to an existing SQLEXPRESS database I have residing on my machine. In the past I've always been using .NET and using the IDE to connect to my datasources but now I am trying to
|
| Hibernate, Eclipse, but NO Tomcat (newbie) | 03 Mar 2005 12:01 GMT | 2 |
Am trying to climb steep learning curve. Not planning to use Tomcat, but developing stand alone app to access a SQL Server. Using Eclipse but the 3.0 tools are alpha and docs are scarce as previously mentioned on this list.
|
| mckoi database access | 03 Mar 2005 04:13 GMT | 1 |
I'm getting the following error when trying to connection to a mckoi database I just set up. java.lang.ClassNotFoundException: com.mckoi.JDBCDriver at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
|
| Hibernate and Date objects | 02 Mar 2005 21:13 GMT | 2 |
I'm having a frustrating time working with Date objects and Hibernate with an Oracle database. I have a Patient class containing a Date field (java.util.Date) and the mapping in the hbm.xml file:
|