Re: Bug #DERBY-3593

2008-04-10 Thread Bernt M. Johnsen
Bruno Medeiros wrote (2008-04-09 16:10:50): Hi, I found a bug that i`d described in jira, but no answer up tp now. There is one comment on https://issues.apache.org/jira/browse/DERBY-3593 Did i do something wrong in the bug post? I thought a little strange haven`t found this bug in

Re: A network protocol error was encountered and the connection has been terminated

2008-04-10 Thread Dyre . Tjeldvoll
Vic Ricker [EMAIL PROTECTED] writes: Sorry about that. I added something to dump follow getNextException() and getCause(). I got the following exception from getCause(), I believe. I don't think getNextException() returned anything. Thanks you did exactly the right thing. I should have

Re: A network protocol error was encountered and the connection has been terminated

2008-04-10 Thread Øystein Grøvlen
Vic Ricker wrote: Sorry about that. I added something to dump follow getNextException() and getCause(). I got the following exception from getCause(), I believe. I don't think getNextException() returned anything. org.apache.derby.client.am.DisconnectException: A network protocol error

Re: Derby get-together at Java One

2008-04-10 Thread Rick Hillegas
A number of Derby people have expressed interest in getting together the week of Java One. I'm thinking that people may be busy attending sessions during Java One itself, so it might be better to meet the first day before the Java One sessions start. That would be the Community One day

viewing table structure

2008-04-10 Thread Brandon Dohman
In oracle you can do a describe statement on a table to view its structure. Is it possible to do something similar with derby? Thanks B No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.10/1367 - Release Date: 4/9/2008 7:10 AM

Re: viewing table structure

2008-04-10 Thread Rick Hillegas
Hi Brandon, The Derby interactive sql tool, ij, supports a describe command, which you can use to display the structure of tables and views. You can find an explanation of this command in the ij commands and errors reference section of the Derby Tools and Utilities Guide: