| Thread | Last Post | Replies |
|
| Small OO database | 11 Apr 2007 02:05 GMT | 5 |
I would like to learn of small OO database implementations that are opensource or at least free. At the moment I'm looking at HSQLDB & Apache Derby and then hooking them up to Hibernate. But this produces an excessive 3MB+ plus my data. And Hibernate is a bit overkill really ...
|
| problem with JDBC | 10 Apr 2007 13:30 GMT | 1 |
I have problem with JDBC. I am using netBeans 5.5 along with MySQL 5.0 And connector/J Driver for the same. I have installed it properly.Even though I am getting database
|
| retrieve data from the db2400 | 10 Apr 2007 11:55 GMT | 3 |
I am new to jsp. I have table F0006LZ in as400.This table has column MCMCU , which contains following values MCMCU
|
| client server program using JDBC | 09 Apr 2007 13:55 GMT | 4 |
hello people, I need your help in doing the following program using JDBC Q Write a client & server program. the client gives a sql statement to
|
| Publickeys in db | 03 Apr 2007 23:12 GMT | 3 |
I do not know if this is the right group for this question, but I cannot find another one that fits better, so: I have a Java-Application which encrypts files using the recipients public key. By now I have saved these keys as a "TEXT"-field in my
|
| Using DataSource object with JNDI | 03 Apr 2007 12:29 GMT | 8 |
I am working on this exercise and would be thankful if somebody could point me in the right direction to tackle it. Create a servlet that displays a list of customers (From the customer table of the database). Use the HTML table to organize the display.
|
| Newbie question: Importing .csv data into Java DB tables | 03 Apr 2007 10:33 GMT | 3 |
I am trying to import five simple .csv files into separate Java DB tables using NetBeans 5.5, but I can't seem to do it. This strikes me as something that should be extremely basic, so I apologise in advance for these overly simplistic questions.
|
| Unable to use cascade update on pointbase 5.5 | 03 Apr 2007 04:29 GMT | 1 |
I'm creating a database with pointbase, but it does not allow me to use the cascade update. The alter table wizard creates a query like this one: ALTER TABLE "PBPUBLIC"."PEDIDO" ADD CONSTRAINT IdProv FOREIGN KEY
|
| Java database programming bible companion site | 02 Apr 2007 16:11 GMT | 1 |
I'm trying to locate the source code for the book "Java Database Programming Bible". It seems like the companion web site is not available. If anyone has the source code to accompany the book, please email me
|
| CallableStatement problem | 02 Apr 2007 15:03 GMT | 4 |
I am trying to insert a record into my database using 2 stored procedures. These are pasted below. The code that I am using in the java program is as follows: code:
|