RE: problem with embedded driver

2011-04-20 Thread Daniel A Keefe
I have found that I need to include the path to the derby db in my connect string dk From: steve lescure [stevelesc...@yahoo.com] Sent: Tuesday, April 19, 2011 10:36 PM To: Derby Discussion Subject: Re: problem with embedded driver thanks that was a grea

RE: problem with embedded driver

2011-04-19 Thread Daniel A Keefe
no. ij is strictly a manual tool. dk From: steve lescure [stevelesc...@yahoo.com] Sent: Tuesday, April 19, 2011 4:36 PM To: Derby Discussion Subject: RE: problem with embedded driver ok - i see some examples of using "ij" to manually create the connectio

RE: problem with embedded driver

2011-04-19 Thread Daniel A Keefe
ew to this). "via ij"? steve --- On Tue, 4/19/11, Daniel A Keefe wrote: > From: Daniel A Keefe > Subject: RE: problem with embedded driver > To: "Derby Discussion" > Date: Tuesday, April 19, 2011, 3:49 PM > Steve; > > When you connect to the derby db

RE: problem with embedded driver

2011-04-19 Thread Daniel A Keefe
Steve; When you connect to the derby db via ij, the available db connections is NULL. dk From: steve lescure [stevelesc...@yahoo.com] Sent: Tuesday, April 19, 2011 3:45 PM To: derby-user@db.apache.org Subject: problem with embedded driver I create a java

RE: Warning when using Apache Derby

2011-03-24 Thread Daniel A Keefe
Pavel; This is expected behavior. It will create the database if it does not exist, otherwise use existing db. dk From: Pavel Bernshtam [jav...@gmail.com] Sent: Thursday, March 24, 2011 9:49 AM To: derby-user@db.apache.org Subject: Warning when using Ap

RE: Problem with Derby: Connection refused

2010-11-29 Thread Daniel A Keefe
I have found that I have to supply the absolute path to the Derby db in my connect string, otherwise I get a connection refused error. dk From: Sonny Laskar [sonny.las...@tcs.com] Sent: Friday, November 26, 2010 10:29 AM To: derby-user@db.apache.org; derby-user-su

RE: cannot make connection

2010-10-04 Thread Daniel A Keefe
I had a simiilar problem Not sure if this is related to your issue but.. I could connect to derby db when I launched my app from Netbeans or when I started it from the command line in the app directory, i.e. java -jar /mydir/myapp. However, when I tried to start it otherwise I would get an

RE: Illegal Seek during SELECT

2010-08-28 Thread Daniel A Keefe
Mike; Thanks for info. A little background... I have a small java app developed through NetBeans. When I run the app from NetBeans IDE no issues. If I package the file using Inno Setup Compiler (open source InstallShield) the App will run if I start it from the $APP home dir. However, if I