Results 1 to 5 of 5
Thread: Which databse should i use?
- 02-06-2011, 07:02 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 18
- Rep Power
- 0
Which databse should i use?
Sorry for asking such basic question, but please help me.
Which database should i use for my minor project ,which will be a web application.
so If MySql, then suggest which mysql i should download from website.
#1.MySql Community server
#2.MySql Cluster.
#3.MySql Workbench.
Please help to setup a database.
In return i cant give anything except thanks...
so thanks in advance!:)
- 02-06-2011, 07:06 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Not many people realize it but if you have downloaded and installed Java 1.6 JDK you have also downloadeded and installed JavaDB (originally named Derby). It is a full SQL relational database written in Java and it comes with full documentation and has a small footprint and it's free. Try it.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 02-06-2011, 07:09 PM #3
Member
- Join Date
- Jan 2011
- Posts
- 18
- Rep Power
- 0
Thankyou Jos sir,
I will try this in few moments, thanks!
And can you suggest about MySql ??
- 02-06-2011, 07:13 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
You're welcome of course; there is nothing special, or 'better' (mind the quotes) about MySQL over JavaDB; it is more 'known', that's all. Personally I find JavaDB easier to install (just put its .jar file in your classpath and voila). Its documentation is excellent. I don't see any advantages over MySQL.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 02-06-2011, 10:26 PM #5
if you have to store only few amount of data without concurrent reading/writing and so on you could simple use the java.io classes and write the data to files. so you will be completely indipendent of a database. but the question is which requirements you have to store and retrieve the data in your application.
Similar Threads
-
Databse noob - Java SQL questions
By Onra in forum New To JavaReplies: 0Last Post: 11-27-2010, 02:47 PM -
Databse items to Jcombobox
By pra.deep in forum AWT / SwingReplies: 6Last Post: 09-17-2009, 10:50 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks