| Thread | Last Post | Replies |
|
| MySQL DATETIME conversion errors? | 31 Mar 2006 14:03 GMT | 1 |
I do the following in my java application: Statement s = myConnection.createStatement(); ResultSet rs = s.executeQuery("SELECT startTime FROM MyTable WHERE _rowid=1");
|
| How to get the info from the database | 30 Mar 2006 21:23 GMT | 14 |
Hi, iam a newbie.When i use the below code, i was unable to get the required info from the database. i know there are many errors please let me know how to rectify them. import javax.xml.stream.*;
|
| Null date | 29 Mar 2006 18:23 GMT | 7 |
i am developing a GUI in java to access a ms access database , in one tabel i have a Date as variable typ .when i try to update this column with a null value like this:
|
| Jdbc Oracle getMetaData is slow? | 29 Mar 2006 07:38 GMT | 2 |
I am fetching MetaData using the Oracle jdbc thin driver and find it very slow. Are there any global parameters or settings to be done to tune this? thanks,
|
| Limited rows update | 27 Mar 2006 18:46 GMT | 2 |
I'm using a table which has 100 rows. I want to update only 15 rows, i'm using stmt.executeUpdate("update sasuser.color set text = 'blue' where value = 'blue'"); with the above quary all 100 rows are updating coz all rows meet the
|
| Prepared Statement and CHAR DB Field | 27 Mar 2006 16:38 GMT | 1 |
All, I have a field in Database which is of CHAR(6) type. I am using prepared statement to set parameter value in this field. I used setString method of prepared statement for this purpose but i didnt get
|
| JDBC error | 24 Mar 2006 12:56 GMT | 4 |
people, I would be really grateful if somebody can help me get this right...... I am working on windows XP service pack 2 as my operating system and I have oracle 9i installed in the system
|
| Open Source JTable database editor widget??? | 23 Mar 2006 23:31 GMT | 1 |
Are there any open source Swing based database editor widgets available? I am looking for simple scrolling through dataset, insert, update and delete functionality that I can drop in to an application?
|
| Database searching method | 23 Mar 2006 10:39 GMT | 2 |
I'm writing a shop in java (servlets+velocity+velosurf+mysql) and i'm not satisfied by the searching tool i've writen. In the free search module, the customer can use name and/or part of reference and/or brand.
|
| discussion group for MS SQL JDBC driver? | 23 Mar 2006 10:07 GMT | 2 |
Is there any mailing list, discussion group for MS SQL JDBC driver? Best regards, -- Joe
|
| JTable - problem with reading values from cells(values that was changed ) | 23 Mar 2006 08:04 GMT | 1 |
Hi! I write an application and I use JTable object to present data from database. I try to read data from cells and if it was changed ,change it in the database. I have a problem with it. My function reads cells in a wrong way, e.g it always shows wrong last changed value (it shows
|
| Problem with servlet and SQL Server getConnection() | 21 Mar 2006 18:39 GMT | 4 |
I am trying to connect to SQL server from a servlet running in Tomcat 4.1. The following is the code : try{ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
|
| apache derby | 20 Mar 2006 18:57 GMT | 1 |
Can anyone please help us providing some information on maximum number of tables and rows per table and the maximum capacity of derby database.We are using derby in embedded mode. Thank you.
|
| insert....select | 20 Mar 2006 15:54 GMT | 6 |
I'm using JDK 1.5.0.3, Sybase JConnect for JDBC version 5.5, connecting to Sybase Adaptive Server Enterprise version 12.5. Here's a SSCCE: import java.sql.*;
|
| When to use DAO? | 19 Mar 2006 23:39 GMT | 1 |
In the hibernate documentation: http://www.hibernate.org/hib_docs/v3/reference/en/html_single/ there is this advise about using DAO: <quote>
|