| Thread | Last Post | Replies |
|
| NewsMaestro Usenet Supertool v. 4.4.8 for Windows/Linux/Unix released | 28 May 2008 04:58 GMT | 1 |
Download page: http://rapidshare.com/files/118192521/NewsMaestro_4.4.8_Src.zip (Hit Free button to download. For some download managers you need to open the .html file it downloaded to do actual download.)
|
| hibernate: mapping help | 24 May 2008 12:05 GMT | 5 |
I'm fairly new to hibernate, though I'm not new to ORM concepts. I read the official h8 version 3 tutorial, as well as other articles and examples out there. Now the problem is that I can't figure out how the best way to map the
|
| Location of embedded derby (javadb) database | 21 May 2008 15:46 GMT | 3 |
I've created a database using: Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance(); conn = DriverManager.getConnection("jdbc:derby:passdb;create=true;user=me;password=mine");
|
| CachedRowSet Alternative | 19 May 2008 23:31 GMT | 2 |
Hi! I'm working on an application that uses CachedRowSet that queries a DB2 database. One of the reasons it is using the CachedRowSet is for creating a JoinRowSet based on certain criteria. The dataset that I'm working on is quite large, between 20 - 25,000 rows. My problem is
|
| In need of advise about saving large binary data | 17 May 2008 17:50 GMT | 15 |
i am working on a project where users are able to submit any ammount of large binary files. Currently all data is stored in a MySql database, but i am uncertain if it would be better/more efficient/faster to store the binary files
|
| gcj 4.2.1 entails "Unexpected exception encountered during query" with mysql-connector-java-5.1.6-bin.jar | 15 May 2008 22:53 GMT | 5 |
I wrote a java-application that uses mysql-connector-java-5.1.6- bin.jar and does well as long as Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04) executes the bytecode. I tried to gain some extra-speed by compiling native.
|
| jTDS, trashes heap with wrapper classes | 15 May 2008 04:29 GMT | 10 |
I was just looking up the source code of the jTDS driver. It seems that it is trashing the heap with java.lang wrapper classes, even when one is using only primitive types in his application.
|
| Getting a Mysql auto increment value back into my Java client GUI? | 15 May 2008 02:19 GMT | 7 |
I'm busy developing a Java GUI client/server database application with Netbeans IDE 6.0 and Mysql to automate the data management and other tasks for my Dongo website
|
| NewsMaestro presents: Java Goldmine on line | 13 May 2008 08:05 GMT | 8 |
Extensive collection of articles on Java is available at http://javagoldmine.by.ru/. It includes 20k articles on all java issues with code examples and expert opinions organized by major java topics.
|
| Why exception exporting query result on Derby ? | 12 May 2008 23:50 GMT | 3 |
q="SELECT * FROM "+dbTable+" WHERE "+FieldName+" BETWEEN ? AND ? ORDER BY ID"; q="CALL SYSCS_UTIL.SYSCS_EXPORT_QUERY('"+q+"','"+OutFile+"', null, null, null)";
|
| java resultset | 12 May 2008 04:03 GMT | 2 |
Can I create a resultset that have all the specified columns? And, I have to populate it with data. When the database is offline, then I can simulate it to test my code. Please provide simple example. Thanks
|
| Possible to map M:M relationship with references to classes instead of ID's ? | 05 May 2008 14:45 GMT | 1 |
I've been trying to implement a many-to-many relationship in a JobHistory class related to my JOB_HISTORY table with the following: ...
|
| java connect to MSSQL2k | 05 May 2008 13:10 GMT | 1 |
I am not able to load the driver for MSSQL2000 server, even I have put all 3 jar files, mssqlserver.jar, msutil.jar, msbase.jar in lib folder and have tried to restart the tomcat. I got ClassNotFoundException. How should I set the Class.forName?
|