Re: Updating 2 derby tables

2017-05-19 Thread Bob M
I have reinitialized my system and have run my program on a testing platform At the first time period, everything goes perfectly and it opens a trade but there is no requirement to update the second of the two derby tables (the first table is updated OK) On the second run, the first derby table

Re: Updating 2 derby tables

2017-05-19 Thread Bob M
Sorry Rick I may have deleted that line :( -- View this message in context: http://apache-database.10148.n7.nabble.com/Updating-2-derby-tables-tp147386p147397.html Sent from the Apache Derby Users mailing list archive at Nabble.com.

Re: Updating 2 derby tables

2017-05-19 Thread Bob M
Hi John As I read it, only Table1 ever gets updated - correctly The output suggests that Table2 is updated but that is NOT the case Output:- Inserted newest record:- Trading_Date/Trading_Time: 2017-5-18, 18 Oldest record:- Trading_Date/Trading_Time: 2012-02-06, 6 Deleted oldest record Adding a

Re: using Derby in an internet server

2017-05-19 Thread John English
On 19/05/2017 04:33, Daniel Godefroy wrote: I would like to use Derby and a Java program from an internet server. I would like to set up teh system on this internet machine and have ths cleints log into it ether through a browser or therough a remote access without having to install anything on