Problem with a DB Aplication

First I want to apologize about the off-topic but I don't know where elese to put it.

So, me and my colleague are creating a MySQL DB based application (we're writing it with Oracle JDeveloper 10g). We've created a mapping between all the data types we use. For our surprise the form wich represents a certain table missbehaved in the following manner:

1. On my machine the form doesn't show the data in the table, only the names of the columns. On my coleague's machine there is no such problem;

2. I removed from the table in question the fields which type was DATE - data appeared;

3. Unfortunately, that's not all of it - I took a different table an put a field in it called Date with data type DATE. There was no problem with it - the table appeared along with its data in the form. So the problem is not exactly in the data type, although it causes some trouble.

And now we're still wonderring how to mange this problem.

[978 byte] By [johnniepop] at [2007-11-25 19:18:59]
# 1
Try this JDBC forum: http://forum.java.sun.com/forum.jspa?forumID=48
b.nitz at 2007-7-3 23:31:54 > top of Java-index,Desktop,Sun Java Desktop System...