Re: FW: Dbase Manager

2006-09-22 Thread Andrew McIntyre
On 9/22/06, Marl Atkins <[EMAIL PROTECTED]> wrote: Well I figured out a work-around. I just installed the whole Squirrel app into the directory hosting the database. Now if I could figure out how to make simultaneous connections I wouldn't have to keep opening and closing it. Any ideas? Again,

RE: Dbase Manager

2006-09-22 Thread Jim McNamara
Hi- They recommend for testing and development to use derbyclient so you don't Have that issue. Then for deployment, use the embedded. Is that ok? Thanks, jim -Original Message- From: Marl Atkins [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 9:33 PM To: 'Derby Discussion' S

FW: Dbase Manager

2006-09-22 Thread Marl Atkins
Well I figured out a work-around. I just installed the whole Squirrel app into the directory hosting the database. Now if I could figure out how to make simultaneous connections I wouldn't have to keep opening and closing it. Any ideas? Again, this is an embedded database. -Original Message

Re: Dbase Manager

2006-09-22 Thread Bryan Pendleton
Marl Atkins wrote: > Thanks this looks good but is there any way I can point it at an existing > embedded database? > >> Squirrel works great with Derby! Here's a nice set of notes: >> http://db.apache.org/derby/integrate/SQuirreL_Derby.html Which database to process is controlled by the informat

RE: Dbase Manager

2006-09-22 Thread Marl Atkins
Thanks this looks good but is there any way I can point it at an existing embedded database? -Original Message- From: Bryan Pendleton [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 6:50 PM To: Derby Discussion Subject: Re: Dbase Manager > I have used Squirrel SQL (http://s

RE: Unicode support

2006-09-22 Thread Thomas J. Taylor
We're using Derby 10.1.2.0 with UTF-8 by default. With MySQL, we had to either set the default character set in my.ini to UTF-8, or set the database or table character set to UTF-8. There was no such need for Derby.   I'm sure someone else can give you more specific details about UTF support

Unicode support

2006-09-22 Thread Ninad Agate
Does Derby 10.1 support UTF-8 and UTF-16 encodings? I have not been able to find this information in the reference docs. Thanks. ** This email and any files transmitted with it are confidential and intended solely for the use

RE: Connection problems

2006-09-22 Thread Marl Atkins
Hi Francios:   It's been awhile since I got this error so I *thought* I had fixed it:   Failed to start database 'CTMCDBase', see the next exception for details.   There is no 'next exception' that I'm seeing. This is an embedded database used by an applet. It seems as though I can't open mo

RE: read-only database in a web application?

2006-09-22 Thread David Harrigan
Hi, wow That's it! Works fantastic! Thank you for your help. -=david=- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 September 2006 14:18 To: Derby Discussion Subject: Re: read-only database in a web application? David Harrigan wrote: > Hi, > > Th

Re: read-only database in a web application?

2006-09-22 Thread Bernt M. Johnsen
David Harrigan wrote: > Hi, > > The ongoing learning adventure continues! :D > > My database is built, now I've jar'ed it up thusly: > > searchdb.jar > > contains: > > searchdb/seq0 > serachdb/seq0/.. > searchdb/log.. > searchdb/log/.. > > etc... > > Now, I've dropped this jar in

read-only database in a web application?

2006-09-22 Thread David Harrigan
Hi, The ongoing learning adventure continues! :D My database is built, now I've jar'ed it up thusly: searchdb.jar contains: searchdb/seq0 serachdb/seq0/.. searchdb/log.. searchdb/log/.. etc... Now, I've dropped this jar into the WEB-INF/lib directory to make it available to my we