| Thread | Last Post | Replies |
|
| how to extract data from database and put it in microsoft excel sheet. | 24 May 2004 08:34 GMT | 4 |
I know how to extract data from database , but my requirment is putting it into the excel sheet. any one knows how to do it. I want to transfer the data from database to excel sheet. Since this has to be done at server side, I have to use java to do it.
|
| Hibernate and Oracle 10g | 23 May 2004 02:15 GMT | 1 |
Have anyone used Oracle 10g with Hibernate? Do you know of any problems/incompatibilities? Can I continue to use the 9i dialect unmodified? Thanks in advance
|
| Classes looking after themselves | 22 May 2004 02:10 GMT | 5 |
A Class should look after it's own data, so when we create a persistance of a class via we add a key value, internally, how do we keep this key internal. Seems to me, that when we recreate the item we need to be able to
|
| MySQL JDBC driver - implications for non-GPLed apps | 21 May 2004 20:31 GMT | 32 |
I cannot get an answer to a seemingly simple question: what happens to a closed-sourced application that makes use of the GPLed MySQL JDBC driver? Here I am talking about using the driver "as is", without altering it in any way.
|
| Java-based RDBMS Report Generator - beta testers needed | 21 May 2004 18:48 GMT | 9 |
We are looking for beta-testers for our new product - Scribe Report Generator. At the moment, Scribe supports 5 relational databases: MS SQL Server 2000, Sybase, Oracle, McKoi and Mimer. Very briefly: Scribe is written in Java, is based on visual programming and
|
| Session Problem with Struts and OJB | 21 May 2004 10:33 GMT | 1 |
I am incorporating in a project using struts with ojb and I have the following problem: when I open two instances of the application in two browsers, regardless if I do so at a single computer
|
| Hibernate: create references?? | 20 May 2004 15:24 GMT | 1 |
we have set up a simple test environment for a hibernate. We've followed the example of http://www.systemmobile.com/articles/IntroductionToHibernate.html by Nick Heudecker. (using hbm2java for java code-generation).
|
| Isn't it abuse of autoincrement field | 19 May 2004 05:36 GMT | 4 |
I'm looking for some advice regarding creating a new tables. The problem is as follow: I've one table which stores all countries in the world. Because right now there
|
| MySQL unsigned int data types and ResultSet.getInt() | 19 May 2004 03:08 GMT | 8 |
How can one retrieve a value from a column of the unsigned int type, using getInt() method of the ResultSet? It cannot handle values above +2G, and the ResultSet interface does not provide getUnsignedInt() method. Ditto for unsigned short and unsigned byte.
|
| resultset is an iterator? | 18 May 2004 21:43 GMT | 8 |
1)If a execute a statement : SELECT * FROM balaba. And I retrieve this statement as a resultset. Then is this result set totally filled with the table => the resultset contains the whole table blabla.
|
| Reporting Tools | 18 May 2004 11:16 GMT | 13 |
I am looking for a Reporting tool, needs to be able to work with Java, preferably written in Java, should be able to produce PDF or postscript files that can be converted to PDF using normal tools (like Ghostscript) , must be able to work in Linux with any JDBC enabled database. ...
|
| Insertion of an array of data into Oracle table with stored proc | 17 May 2004 07:02 GMT | 1 |
Hi, Im new to Oracle and need to insert an array of lines of data (data is String and int values), with each item in the array representing a record for insertion e.g.
|
| universal JDBC replicating proxy | 16 May 2004 01:39 GMT | 3 |
I would like to have a constantly updated copy of my DB. In order to realize this I have though of the following scheme: A server is equiped with 3 NICs and is running a special 'proxy' JDBC implementation.
|
| MySQl-database | 14 May 2004 20:43 GMT | 7 |
I want to use for my app an MySql-database. (I have been told that this is an good one to use). Because I never have used this before, I would like to know what are your experiences whit this.
|
| JDBC for sql server: delays experienced when using Connection.prepareCall() | 14 May 2004 09:47 GMT | 2 |
I have been doing some performance tests of the MS jdbc driver for sql server. I am observing behaviour that I can't fully understand. When getting a connection from the driver [DriverManager.getConnection(CONNECTION_STRING)] I am experiencing a
|