Re: SYSCS_UTIL.SYSCS_COMPRESS_TABLE in Swing Worker Thread ?

2010-01-22 Thread bruehlicke
... and in addition does any have experience if Derby is behaving nicely in case the COMPRESS_TABLE is run async from 2 different Threads ? On Fri, Jan 22, 2010 at 12:37 PM, bruehlicke wrote: > Has any some experience executing the SYSCS_UTIL.SYSCS_COMPRESS_TABLE > in a separate Thread ?  I/O i

Re: Sample database?

2010-01-22 Thread Karl
Hey Rick, Turns out, after reinstalling Netbeans (for completely different reason) I now get the sample database with expected contents. Something must have gone awry the first go 'round. thanks, ~Karl Hi Karl, The following may be helpful: http://wiki.netbeans.or

SYSCS_UTIL.SYSCS_COMPRESS_TABLE in Swing Worker Thread ?

2010-01-22 Thread bruehlicke
Has any some experience executing the SYSCS_UTIL.SYSCS_COMPRESS_TABLE in a separate Thread ? I/O issues ? Crashes ? Better not do it ? Thanx B-)

Re: backup databes problem

2010-01-22 Thread Bryan Pendleton
I would like to backup derby databes. But I get this error: *The local depo is empty. Cannot create archive. That's not a Derby message. It must be coming from somewhere in the backup tools and scripts that you have written yourself. Perhaps you can search your source tree, and see where that

backup databes problem

2010-01-22 Thread Puskas Peter
Hi, I would like to backup derby databes. But I get this error: Derby DB backup will be executed. *The local depo is empty. Cannot create archive. * I call the backup like this : String query = CommonDbSqlStubs.backupDatabase; con = getConnection(); stmt =