Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1573
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Which database to use |
| Date | 2012-02-16 23:51 +0100 |
| Organization | Decebal Computing |
| Message-ID | <87mx8io0il.fsf@Compaq.site> (permalink) |
I am thinking about writing a desktop application in Java. First I wanted to use SQLite and truecrypt. (Truecrypt because it will be installed on an USB stick.) I was thinking about SQLite, because the data can be accessed with other languages also. Then I found out that Derby has the possibility to encrypt the database. That would remove the necessity for truecrypt. I would lose the (easy) way to access the information with other languages, but the simplifying made this a good idea. Now I saw two other Java DB's: H2 and HSQLDB. It is said that the performance of Derby is bad and that H2 would be a far better solution. What are the pro's and the cons of the different possibilities? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof
Back to comp.lang.java.help | Previous | Next — Next in thread | Find similar
Which database to use Cecil Westerhof <Cecil@decebal.nl> - 2012-02-16 23:51 +0100 Re: Which database to use "John B. Matthews" <nospam@nospam.invalid> - 2012-02-17 13:20 -0500 Re: Which database to use Roedy Green <see_website@mindprod.com.invalid> - 2012-02-17 10:25 -0800
csiph-web