![]() |
|
|
#1 |
|
Hosted Moderator
![]() |
Java - Standalone App & SQL
Could someone point me in the right direction for an SQL database that can be used as part of and integrated as part of the application, without any dependancy on an external database for JAVA? I need to use a database, or at least - it would be beneficial to use one as part of my 4th year project. I have previous experience with SQL, so it would be useful to find a self contained SQL database to use as part of an application.
Any help would be greatly appreciated. I've not working with Java & DB's as of yet. |
|
|
|
|
Advertisement
|
|
To remove these adverts, please create an account, or log in! You must have an account to post anyway :-) |
|
|
#2 | |
|
Registered User
![]() |
Quote:
|
|
|
|
|
|
|
#3 | ||
|
Hosted Moderator
![]() |
Quote:
It just so happens that I've found what I'm looking for in Apache Derby, without any help from your good self. It would appear that you are the one who has never studied "computers". Quote:
|
||
|
|
|
|
|
#4 | |
|
Registered User
![]() |
Quote:
Will you be using the latest JDK6 to make this project or an older version of java. |
|
|
|
|
|
|
#5 |
|
Moderator
![]() |
Actually his question made perfect sense. He meant that he didn't have to install some ODBC or third party app to have a database he can use in Java (eg. DB2 or MS Access would not be suitable).
Another one you can try is HSQLDB. It is all in one jar file. It has file and live mode. (used by Open Office). http://hsqldb.org/
__________________
New Boards.ie Firefox3 plugin!. Faster and more functionality. |
|
|
|
| Thanks from: |
|
|
#6 |
|
Hosted Moderator
![]() |
Thank you Hobbes.
![]() Ken, take your condescending comments elsewhere. This forum is for people to ask for help, not for people to talk down to others for asking questions. My question was perfectly valid. |
|
|
|
|
|
#7 |
|
Registered User
![]() |
Made perfect sense to me too. Dont see your problem.
How about SQLite - i use it for this type of thing all the time. It stores all the data in a sqlite file. Allows you to run sql on it also. Very neat. It has its pitfalls but can be very usefull. http://www.sqlite.org/ |
|
|
|
| Thanks from: |
|
|
#8 | |
|
Registered User
![]() |
Quote:
Before you went looking for what you wanted, did you read the Java documentation ? |
|
|
|
|
|
|
#9 | |
|
Moderator
![]() |
Quote:
[edit] Ah I see Java6 has an out of the box Database. Which is based on Apache Derby. You know you could of just told him that instead of berating him.
__________________
New Boards.ie Firefox3 plugin!. Faster and more functionality. Last edited by Hobbes; 13-10-2009 at 13:55. |
|
|
|
|
|
|
#10 |
|
Hosted Moderator
![]() |
But yet everyone else understood me, except you? Your attitude smacks of elitism to be honest. It would have taken you less effort to just answer my question, than to try and berate me for asking a question. That's what these forums are for.
|
|
|
|
|
|
#11 | |
|
Hosted Moderator
![]() |
Quote:
Thanks to everyone else for answering. |
|
|
|
|
|
|
#12 |
|
Registered User
![]() |
For the record I thoguht it made perfect sense as well wanting no external component (ie database server etc) as a dependency. Waits for a thanks
__________________
... |
|
|
|
| Thanks from: |
![]() |
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|