Re: OutOfMemoryErrors when testing Derby with DOTS

2006-01-30 Thread John Embretsen
Saturday, January 28, 2006, 1:11:31 AM CET, Ramandeep Kaur wrote: Hi,   As per Stan's mail about prepared statements, I checked the source code for DOTS test case that John ran (ATCJ2.java) to see if prepared statements are getting closed properly. I found that there are few methods in

Re: OutOfMemoryErrors when testing Derby with DOTS

2006-01-30 Thread Ramandeep Kaur
yes, that is correct. When I ran DOTS tests, I noticed that increasing heap size just increased the time when Network Server JVM ran out of memory (for example: from 2 days to 5 days). So actual solution would be fix memory leak. -- Ramandeep Kaur[EMAIL PROTECTED] On 1/30/06, John Embretsen

Re: Load Data from Derby into Jtable

2006-01-30 Thread Bryan Pendleton
Wondering if there are any good samples of loading data from derby into a Jtable with column names as headers? Here's another nice example to get you started: http://www.javaspecialists.co.za/archive/newsletter.do?issue=118locale=en_US bryan

Re: OutOfMemoryErrors when testing Derby with DOTS

2006-01-30 Thread Craig L Russell
Hi,On Jan 27, 2006, at 4:11 PM, Ramandeep Kaur wrote:Hi,   As per Stan's mail about prepared statements, I checked the source code for DOTS test case that John ran (ATCJ2.java) to see if prepared statements are getting closed properly. I found that there are few methods in ATCJ2.java where

Fwd: Re: Fwd: Derby Eclipse-plugin that is useful by other plugins.

2006-01-30 Thread Susan Cline
Hi Thomas,You're welcome - thanks for your responses. I've cut out some of our discussions and tried to leave the relevant pieces with a few responses in italics.I think what you are asking for is a valid request. Could you file a JIRA request for this as an enhancement to the Derby

Re: OutOfMemoryErrors when testing Derby with DOTS

2006-01-30 Thread John Embretsen
Monday, January 30, 2006, 7:46:42 PM, Craig L Russell wrote: Hi, On Jan 27, 2006, at 4:11 PM, Ramandeep Kaur wrote: Hi, As per Stan's mail about prepared statements, I checked the source code for DOTS test case that John ran (ATCJ2.java) to see if prepared statements are getting

how to insert some custom value in anidentity field

2006-01-30 Thread Legolas Woodland
Hi Thank you for reading my post. I have a table with one identity column , so Derby will generate a value for this column in evry insert. what should i do if i need to make some record with customized ID ? for example i want my admin user to have id=1 ? how i should insert it ? Thank you

Re: how to insert some custom value in anidentity field

2006-01-30 Thread Kathey Marsden
Legolas Woodland wrote: Hi Thank you for reading my post. I have a table with one identity column , so Derby will generate a value for this column in evry insert. what should i do if i need to make some record with customized ID ? for example i want my admin user to have id=1 ? how i should

Re: OutOfMemoryErrors when testing Derby with DOTS

2006-01-30 Thread Craig L Russell
Hi John, On Jan 30, 2006, at 12:11 PM, John Embretsen wrote: Monday, January 30, 2006, 7:46:42 PM, Craig L Russell wrote: Hi, On Jan 27, 2006, at 4:11 PM, Ramandeep Kaur wrote: Hi, As per Stan's mail about prepared statements, I checked the source code for DOTS test case that John ran

Finding length of a result set

2006-01-30 Thread John English
I have a method in a J2EE application which displays the result of a query in a standardised tabular format. The output is presented in pages of 20 results at a time, so I need to know how many rows there are to find the number of pages, and to seek to the start of the correct page. This all