Is there a way to make tmp files point to the user's tmp dir?

2011-08-02 Thread Carlos de Luna Saenz
I want the variable of derby.storage.tempDirectory (for a embedded application) to pint to a user tmp file, but I found this variable is static... I understand that means It has to be written in the ¿service.property file on de DB directory? And how I can add the environment variable there?

derby.storage.tempDirectory

2011-08-02 Thread Carlos de Luna Saenz
I used the following lines at my main() method, I hope this is the right way to do it: System.out.println(Iniciando variables del programa); System.setProperty(derby.storage.tempDirectory,System.getProperty(jav a.io.tmpdir)); Thanks again

RE: derby.storage.tempDirectory

2011-08-02 Thread Carlos de Luna Saenz
...@oracle.com] Enviado el: martes, 02 de agosto de 2011 01:33 p.m. Para: Derby Discussion Asunto: Re: derby.storage.tempDirectory On 8/2/11 11:12 AM, Carlos de Luna Saenz wrote: I used the following lines at my main() method, I hope this is the right way to do it: System.out.println(Iniciando

About db file sizing

2012-02-08 Thread Carlos de Luna Saenz
I really don't know if this is a good couple questions or not... We are developing an embedded DB app that has a 1.74GB of files for the database I wonder if there is something like a shrink or compact command that will reduce the amount of space for the app DB. Is there a way to make it

RE: About db file sizing

2012-02-09 Thread Carlos de Luna Saenz
responses inline... On 2/8/12 3:00 PM, Carlos de Luna Saenz wrote: I really don't know if this is a good couple questions or not... We are developing an embedded DB app that has a 1.74GB of files for the database I wonder if there is something like a shrink or compact command that will reduce

RE: hello

2012-05-28 Thread Carlos de Luna Saenz
Try the followin quotation: C:\Program Files\Apache\db-derby-10.8.1.2-bin\lib\derby.jar;C:\Program Files\Apache\db-derby-10.8.1.2-bin\LIB\derbytools.jar; That is the complete path of the jar and no only the directory with the space. Greetings -Mensaje original- De: Bryan Pendleton

Network server is taking tooooooo long to respond

2013-05-22 Thread Carlos de Luna Saenz
I have an application that goes very very fast with emmbeded database, but when it comes to network with no more than 10 users it goes tooo slow, i am using the default startnetworkserver.bat on a Windows 2008 server... -h 0.0.0.0 as the only one parameter Ing. Carlos de Luna Sáenz | Dirección

RE: Network server is taking tooooooo long to respond

2013-05-22 Thread Carlos de Luna Saenz
Disclaimer http://kirona.com/email-disclaimer.txt On 22/05/2013 15:41, Carlos de Luna Saenz wrote: I have an application that goes very very fast with emmbeded database, but when it comes to network with no more than 10 users it goes tooo slow, i am using the default

Strange situation

2013-08-13 Thread Carlos de Luna Saenz
We have a stange behavour in a database that is imported from a SQL Server DB. On Windows Derby shows all records fine, but when used as read only (root admin owned with 755) on Mac there is a table that shows as empty (0 records) when the same DB in Windows has 1310 records. for accessing the

RE: Strange situation

2013-08-13 Thread Carlos de Luna Saenz
: Strange situation On 8/13/2013 7:37 AM, Carlos de Luna Saenz wrote: We have a stange behavour in a database that is imported from a SQL Server DB. On Windows Derby shows all records fine, but when used as read only (root admin owned with 755) on Mac there is a table that shows as empty (0 records