RE: Problems opening DB on HP Tandem

2006-01-09 Thread George, Kenneth V [NTK]
Title: Re: Problems opening DB on HP Tandem Thanks for getting back to me. Yes, HP does indeed have a JVM at 1.4.2, but unfortunately we are not really close to upgrading yet - different department altogether...:( And yes, I did get the same error when trying to create the db. I

RE: Problems opening DB on HP Tandem

2006-01-05 Thread George, Kenneth V [NTK]
Title: Re: Problems opening DB on HP Tandem Wait...hold on. I just realized what the issue may be. I am trying to use the embedded version of Derby, and only inlcuded the derby.jar and derbyclient.jar in my .war file (this is a web app). Is there more than this needed? From: Stanley

Re: Problems opening DB on HP Tandem

2006-01-05 Thread Rajesh Kartha
). Is there more than this needed? From: Stanley Bradbury [mailto:[EMAIL PROTECTED]]Sent: Wed 1/4/2006 6:14 PMTo: Derby DiscussionSubject: Re: Problems opening DB on HP Tandem George, Kenneth V [NTK] wrote: Hello everyone. I am very new to Derby, but not new to JDBC. I am attempting to write

RE: Problems opening DB on HP Tandem

2006-01-05 Thread George, Kenneth V [NTK]
Will do. Thanks. From: Rajesh Kartha [mailto:[EMAIL PROTECTED]Sent: Thu 1/5/2006 11:50 AMTo: Derby DiscussionSubject: Re: Problems opening DB on HP Tandem Hi George,If you are using Derby in embedded mode, all you need is derby.jar (and derbytools.jar if you plan to use the command line

RE: Problems opening DB on HP Tandem

2006-01-05 Thread George, Kenneth V [NTK]
interface error : java.lang.AbstractMethodError'.ij I tried it both ways - in the directory where the DB lives, and specfying the entire path - same result. From: Rajesh Kartha [mailto:[EMAIL PROTECTED]Sent: Thu 1/5/2006 11:50 AMTo: Derby DiscussionSubject: Re: Problems opening DB on HP Tandem Hi

Re: Problems opening DB on HP Tandem

2006-01-04 Thread Stanley Bradbury
George, Kenneth V [NTK] wrote: Hello everyone. I am very new to Derby, but not new to JDBC. I am attempting to write an application using the latest version of Derby and am running into a snag. I am using JDK 1.3.15 (necessary to run on HP Tandem) using Tomcat 4.1. Everything works fine