error 08001 local database

2015-02-08 Thread Ignacio Yuste Lopez
Hi, I just install derby on my laptop and I'm trying to create a new database. The first time I try to write the command in ij but error 08001 has appear. The second time I just copy and paste the command from the tutorial page and I had have the same result. ij connect

Re: error 08001 local database

2015-02-08 Thread Bryan Pendleton
On 2/7/2015 2:46 AM, Ignacio Yuste Lopez wrote: ij connect 'jdbc:derby:MyDbTest;create=true'; ERROR 08001: No suitable driver found for jdbc:derby:MyDbTest;create=true Which of the 3 ways of running ij that are documented here http://db.apache.org/derby/docs/10.11/getstart/tgsrunningij.html

Re: error 08001 local database

2015-02-08 Thread Ignacio Yuste Lopez
hi, I use the first way. I installed java using directly but derby with the repository of Ubuntu. Ignacio Yuste López Camilo Jose Cela 8 Portal 2 3º puerta 6 Las Rozas de Madrid, 28232 Madrid On Sun, Feb 8, 2015 at 5:36 PM, Bryan Pendleton bpendleton.de...@gmail.com wrote: On 2/7/2015 2:46

updating a maximum of 2 records

2015-02-08 Thread Bob M
Hi I am trying to code for the ability to update either two records (the two records which have the latest date time) or just one (the record which has the latest date time) for the profit field If two_time is TRUE, then two records are requiring updating, otherwise just the one record The