| Thread | Last Post | Replies |
|
| Microsoft.Project.OLEDB.9.0 driver can be used in java? | 27 Feb 2008 09:31 GMT | 1 |
for .mpp files means microsoft project plan file we can use Microsoft.Project.OLEDB.9.0 driver in .net but in JAVA it is possible or not? if possible how?
|
| New to Glassfish with PostgreSQL | 23 Feb 2008 08:22 GMT | 4 |
Hi - I've been using JSF with Glassfish successfully for the last few months, but up to now have not tried to use databases with it, which I'm now trying for the first time. Before I try writing any code, I wanted to test out the code in chapter 10 of "Core JavaServer Faces"
|
| Need to Learn about the Java ODBC | 22 Feb 2008 00:44 GMT | 2 |
From February to July of last year I worked for a company where I wrote C code that accessed a PostgreSQL database with SQL commands and generated the output my supervisor wanted. Now I'm working for a different company that doesn't have a C
|
| Selecting row from a table | 20 Feb 2008 14:40 GMT | 3 |
I have a table with nearly 10,000 rows and 50 columns. I have a select query like select * from tablex where col1=5 and col2='a' I run this from my java program using jdbc.
|
| HSQL Query Help Request | 20 Feb 2008 12:06 GMT | 1 |
G'Day, my movie database contains multiple occurrences of DVDs that contain multiple movies (i.e. one original DVD has Lethal Weapon 1, 2 & 3 on it). Therefore there is a database record for each of these movies but they are all located in the same location. This results in
|
| how do i insert into databse? | 16 Feb 2008 14:49 GMT | 1 |
i'm creating a an web application on attendance, in which a user after selecting the subject and month he gets all the student info who has taken that subject.
|
| Encoding conversion problem | 15 Feb 2008 17:16 GMT | 26 |
I have a J2EE application which connects to a DB2 configured with code set IBM-850. The application works with encoding ISO-8859-1. If I save characters outside the range supported by IBM-850 (i.e. the euro currency character EURO) then I read garbage...
|
| Don't do DDL with PreparedStatement with Oracle! | 14 Feb 2008 20:01 GMT | 5 |
I found a customer who wanted to repeat the SQL "TRUNCATE TABLE MY_TABLE", so they did: ps = c.prepareStatement("TRUNCATE TABLE THEIR_TABLE");
|
| Hibernate: table without primary key | 10 Feb 2008 20:53 GMT | 1 |
Is there a possibility in Hibernate to create a table without a primary key (without the @Id annotation)? I set up a with a dummy key, but I hate this solution. Thanx
|
| How to use PreparedStatements on a servlet the most efficient way? | 08 Feb 2008 04:28 GMT | 3 |
i wonder whats the most efficient way to create PreparedStatements on a servlet. Currently i see the following two options: 1 Creating them in the method at which they are executed. (Seems
|
| ResultSet getDate(TIME_STAMP) returns java.lang.NumberFormatException: For input string: | 07 Feb 2008 16:43 GMT | 7 |
When I use ResultSet getDate("TIME_STAMP") on a table with a TIME_STAMP column, which is defined as DATE, it returns "java.lang.NumberFormatException: For input string:" and here comes the month name in hebrew!
|
| core java format | 07 Feb 2008 01:25 GMT | 4 |
http://programming-languages-tutorials.blogspot.com/2008/01/corejava-class-forma t.html
|
| How to insert a string that contains ' or , | 06 Feb 2008 03:17 GMT | 3 |
i am using the following statement to insert a message from a user into the database. updStmt.executeUpdate("INSERT INTO Contact (uId, replyAddr, subject, msg) "+
|