Embedded Deryby Problem

2009-08-29 Thread Stanley Chan
I created an embedded JavaDB by NetBeans by jdbc:derby:mydb in Windows XP Pro. It works well BOTH in Netbeans and my JDK6 Swing application by TopLink. However, when I moved the database to Mac OS 10.5, the database can be opened by NetBeans IDE, yet my application can run but CANNOT connect to

Re: Embedded Deryby Problem

2009-08-29 Thread Sylvain Leroux
Hi Stanley, It's hard to tell something useful without much information! Stanley Chan a écrit : oracle.toplink.essentials.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to start database 'mydb', see the next exception for details. Error Code: 4000 ^

How I can delete repetitive records from child table?

2009-08-29 Thread sarah.kho
Hi -- View this message in context: http://www.nabble.com/How-I-can-delete-repetitive-records-from-child-table--tp25202061p25202061.html Sent from the Apache Derby Users mailing list archive at Nabble.com.

Re: Values in double fields are not stored as I specified.

2009-08-29 Thread sarah.kho
Hi Thank you all for your replies. Tables are generated by JPA and I am using Toplink essentials. If I stick with JPA I will have no problem as the property type is float and it takes care of conversion. But If I switch to JDBC I will need to perform manual conversion. Also I will need to perfor

Re: Embedded Deryby Problem

2009-08-29 Thread Bryan Pendleton
Exception: java.sql.SQLException: Failed to start database 'mydb', see the next exception for details. Error Code: 4000 ^^ Please send "the next exception" message since it may contains a more detailed explanation of the error. Indeed. And here's how to get th