| Thread | Last Post | Replies |
|
| Servlets and JDBC | 10 Dec 2004 09:41 GMT | 1 |
I have the following servlet which is trying to access the database using another class. This is to return a ResultSet and then from the ResultSet, the data given is to be showed to the user. Below is the main code being used
|
| Problems facing in hibernate | 09 Dec 2004 14:41 GMT | 3 |
Please use this thread only for problems facing in evaluating hibernate.
|
| Cloudscape: AUTOINCREMENT and ERROR 42X01 | 08 Dec 2004 05:31 GMT | 1 |
I tried to create a table with an AUTOINCREMENT field , but it doesn't work on Cloudscape 10: ij> create table publishers ( publisherID INT DEFAULT AUTOINCREMENT,
|
| Tracing connection pool leaks | 07 Dec 2004 21:07 GMT | 1 |
Does anyone know of a tool or utility that would help in tracing potential JDBC connection leaks? I have an application that I'm working with that appears to exhibit behaviour consistent with not closing JDBC resources, but want to be sure.
|
| New mysql version enforces hibernate semantics | 07 Dec 2004 18:40 GMT | 1 |
I had a problem and solved it - I'm just posting here for posterity. The symptoms: Everything worked great in my hibernate/mysql project, then I upgraded mysql to version 4.1.7. Insert and update just stopped working - the
|
| Question about ResultSet | 04 Dec 2004 06:18 GMT | 1 |
I wondered if anyone here has time to help me with a little question? I'm making a database populated and manipulated through a JTable, SQL Server 2000, microsoft's driver. I'm having problems updating my ResultSet. The weird thing is that the database gets updated, but not
|
| bcp vs PreparedStatement insert | 03 Dec 2004 19:16 GMT | 2 |
What sort of performance hit do you think I'll suffer if I were to insert 55,000 or so rows using a PreparedStatement vs a system call to the bcp bulk insert utility? bcp will insert 55,000 rows in 1/3 of a second.
|
| PreparedStatement close() function's location | 03 Dec 2004 12:12 GMT | 4 |
Is it necessary to wirte "oPs.close();oRs.close();" in try{} and catch{} when I have written them in "finally{}". Just like this: PreparedStatement oPs;
|
| Any HSQLDB Users | 03 Dec 2004 01:23 GMT | 1 |
Hello All.. I have posted the new Screenshots of DatabaseManagerSwing Class. Hope you enjoy. Feedback is possible. Not sure when it will be integrated but it is coming! I have to pass the changes along to Fred.
|
| JDBC insert-id | 02 Dec 2004 01:27 GMT | 3 |
Is there a way to determine the insert-id of the last insert into a MySQL database using JDBC? Thanks, Rob
|
| Cloudscape & servlet | 01 Dec 2004 08:43 GMT | 1 |
My problem is the following: to create a connection to a Cloudscape database from an applet. I'm able to create a program that can access a database and able to create an applet that works fine.
|