| Thread | Last Post | Replies |
|
| Object Database Relationships | 20 Nov 2005 10:28 GMT | 7 |
Until about a week ago I didn't realise there was anything other than CMP entity beans for mapping database tables and their relationships to java objects. I now know there are a large number of options out there but can anyone
|
| Classpath Problems | 16 Nov 2005 09:25 GMT | 7 |
I am writing a database app using Java and MySQL I have downloaded the MySQL connector J files but cannot get Java to find them. I keep getting a driver not found error.
|
| [ANN] DBPool : JDBC Connection Pooling - v4.7.2 released | 16 Nov 2005 00:55 GMT | 2 |
A new version of DBPool has been released (v4.7.2), and is available for download from http://www.snaq.net/java/DBPool/ DBPool is a pure-Java library for the pooling of JDBC connections for applications that require high performance database access.
|
| Read Database schema with java | 16 Nov 2005 00:26 GMT | 2 |
I m searching for a methode to read a database schema with java: Tables, Relations, Tablefield, Primary Keys, NULL/ NOT Null. did u know any consept. did u know a method with hibernate
|
| JDBC oracle question | 15 Nov 2005 13:19 GMT | 1 |
I'm building a wireless application with Java J2ME (CDC profile). My application needs a direct connection with a remote Oracle database. For this purpose I think it's best to use JDBC. But which JDBC driver should I use?
|
| Opinions: client, embedded offline database and synchrony with backend | 15 Nov 2005 08:10 GMT | 2 |
First, excuse my ignorance. I am writing to inquire if the idea I have in mind is possible, then I will jump into the solution or find/hire someone to do it for me. Here's the goal:
|
| JAVA SOFTWARE DEVELOPER - Front end | 11 Nov 2005 14:45 GMT | 1 |
JAVA SOFTWARE DEVELOPER - Front end Our Client is the leading provider of online customized remarketing solutions for the automotive industry. Their entire business is focused on providing dealers and institutional sellers with the
|
| DAO with a one-to-many relationship | 10 Nov 2005 11:16 GMT | 1 |
I'm newby in JAVA. I need to write a DAO and all necessary classes to implement an one-to-many relationship. For example: Person -----------
|
| Java Timestamp in SQL | 08 Nov 2005 11:41 GMT | 1 |
// DO NOT DO THIS! // BUG: loses time of day preparedStatement.setDate(1, new java.sql.Date(date.getTime())); // DO THIS
|
| [ANNOUNCE] Free XQuery Bumper Stickers | 07 Nov 2005 22:01 GMT | 2 |
[ANNOUNCE] Hey Everyone, Stylus Studio is very excited about the World Wide Web consortium's candidate recommendation of XSLT 2.0 and XML XQuery 1.0 as standards
|
| persisting resultsets after connection is closed | 05 Nov 2005 16:02 GMT | 2 |
We typically keep our database methods in classes separate from our business logic, and normally when we run, say, "getMyQueryStuff(blah)" that method converts the resultset to a bean using apache commons DBUtils. But sometimes, we just want to work with the resultset directly, ...
|
| dbf file parsing | 05 Nov 2005 04:33 GMT | 3 |
I have a standalone dbf file that I need to process after it is sent to me. Since I am running Linux, I can't run dBase to extract the data out. Is there anyway to parse that file in Java like I would with a CSV or something? I Googled and didn't see any tools out there that
|
| MySQL: going from 4.1 to 5.0.. | 04 Nov 2005 07:41 GMT | 1 |
I have MySQL 4.1 installed in my machine (W2000), would like to upgrade to 5.0.. before I do that I need to know two things: 1) do I need to un-intall 4.1 first, and 2) what will happen to my DB's? if I un-install 4.1 will that also
|
| oracle BLOB putbytes deprecated.. what should I use? | 04 Nov 2005 06:43 GMT | 1 |
I use the BLOB.putBytes(pos, buf) method to write chunkwise from an inputstream to a new BLOB before writing it to a database. <sample code> BLOB blob = BLOB.createTemporary(con, false, BLOB.DURATION_SESSION);
|
| Oracle Procedure out parameter | 04 Nov 2005 06:26 GMT | 2 |
I use a Oracle procedure with some out parameters. How can I get it from a JSP/JSTL ? I don't find any samples .... Regards
|