Re: No current connection

2006-03-04 Thread Rajesh Kartha
>> Rhys>> -----Original Message-> From: Michael Segel [mailto:[EMAIL PROTECTED] ]> Sent: 03 March 2006 14:46> To: Derby Discussion> Subject: Re: No current connection>> On Friday 03 March 2006 7:58 am, Rhys Campbell wrote:> > Hi,> >> > I have a method

RE: No current connection

2006-03-04 Thread Rhys Campbell
I have re-coded some of my classes according to your ideas which should hopefully make it run better. Thanks gain. Regards, Rhys -Original Message- From: Michael Segel [mailto:[EMAIL PROTECTED] Sent: 03 March 2006 17:59 To: Derby Discussion Subject: Re: No current connection On Friday 03

RE: No current connection

2006-03-03 Thread Rhys Campbell
il? Anyway, I'm going to start a rewrite in the morning as I think I'll make a worse mess of things if I continue. I've attached some of my relevant code it would be great if you could have a quick look. There are some methods which probably should be there as I'm flipping betwee

Re: No current connection

2006-03-03 Thread Michael Segel
hings, but wouldn't this eliminate problems > of scope? > > I'll be looking at it with a fresher head tonight! > > Rhys > > -Original Message----- > From: Michael Segel [mailto:[EMAIL PROTECTED] > Sent: 03 March 2006 14:46 > To: Derby Discussion >

RE: No current connection

2006-03-03 Thread Rhys Campbell
eliminate problems of scope? I'll be looking at it with a fresher head tonight! Rhys -Original Message- From: Michael Segel [mailto:[EMAIL PROTECTED] Sent: 03 March 2006 14:46 To: Derby Discussion Subject: Re: No current connection On Friday 03 March 2006 7:58 am, Rhys Campbell wro

Re: No current connection

2006-03-03 Thread Michael Segel
class called DBTools which I wrote to > simplify DB access. > > I have a play with your ideas this evening and maybe post my code. > Thanks for your thoughts. > > Regards, > > Rhys > > -Original Message- > From: Michael Segel [mailto:[EMAIL PROTECTED]

RE: No current connection

2006-03-03 Thread Rhys Campbell
s for your thoughts. Regards, Rhys -Original Message- From: Michael Segel [mailto:[EMAIL PROTECTED] Sent: 03 March 2006 13:36 To: Rhys Campbell Subject: Re: No current connection On Thursday 02 March 2006 7:20 pm, you wrote: > Hi, > > I'm using Derby for a current project fo

Re: No current connection

2006-03-03 Thread Michael Segel
On Friday 03 March 2006 3:17 am, Rhys Campbell wrote: > Hi Rajesh, > > > > I can post some code later when I return from work. My app is written > using Java and uses a single table Derby database. At present this only > has three records in it. I did try to completely shutdown Derby at the > end o

RE: No current connection

2006-03-03 Thread Rhys Campbell
types of INTEGER, VARCHAR and TIMESTAMP.   Cheers,   Rhys   From: Rajesh Kartha [mailto:[EMAIL PROTECTED] Sent: 03 March 2006 07:40 To: Derby Discussion Subject: Re: No current connection   Hi Rhys, >My app starts up a database, drops a few views and then recreates them. W

Re: No current connection

2006-03-02 Thread Rajesh Kartha
Hi Rhys,>My app starts up a database, drops a few views and then recreates them. When another one of my Java classes moves on to do a >small SELECT (that should yield a single result). The exception "No current connection" is raised with the query obviously failing.Hard to tell what must be wrong.

Re: No current connection exception

2005-04-04 Thread SBarboza
| | To: Derby Discussion | | cc: |

Re: No current connection exception

2005-04-03 Thread Kathey Marsden
[EMAIL PROTECTED] wrote: >Hi, >I have apache derby 10.0 running on a MontaVista Linux system (3.1 >Professional with Linux/i686 2.4.20) in embedded mode. >The java level is Sun's jre 1.4.2_04. >There are around 500,000 records in a table in the DB. >I have one thread inserting rows into t