Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-02-2008, 01:58 AM
Member
 
Join Date: Dec 2008
Posts: 5
Rep Power: 0
greenco is on a distinguished road
Default New Database Approach Advice
I am a newbie at both Java and Linux and I am not sure which road to take. I have removed everything from my computer, that was connected to or related to Microsoft and I am now running Ubuntu 8.04 (Linux) as my operating system. I believe that I have finally got NetBeans 6 and Java 6 installed correctly and am ready to start experimenting.

Years ago I wrote a medical journal program (for a friend) using C++ and then I retired and programming fell by the wayside. I want to get back into programming again and have decided on Java, because it can be used on different platforms. With old age comes health issues and I am now at a point that I could use a program that would keep track of my medical history.

I guess what I need to know is what would be the best approach to accomplish something like this. Keep in mind that I am a "NEWBIE" and I want to travel the easier road!!!!

Would it be easier to write a self contained database program, that could be run on my computer (without connecting to a server).

or

Would it be easier to write a database program that would use a connection to one of the Java DB servers.

Several members of my family have expressed an interest in this and I am thinking a standalone approach would be best.

Thanks for any feedback
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 12-02-2008, 02:55 AM
Senior Member
 
Join Date: Sep 2008
Posts: 493
Rep Power: 1
emceenugget is on a distinguished road
Default
There are several database systems out there that can be used in conjunction with Java. All you need to learn is how to connect to the database, and the querying language (and I suppose database design if you don't know that yet).

I have most of my experience with MySQL, using JDBC drivers to connect to the database. I know Eranga will strongly recommend Oracle, though I don't know much about it.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 12-02-2008, 08:26 AM
serjant's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Ukraine,Zaporozhye
Posts: 451
Rep Power: 2
serjant is on a distinguished road
Send a message via ICQ to serjant Send a message via Skype™ to serjant
Default
I use on Linux As MySQL as Oracle,and i should confess that Oracle has more user friendly manager for database management.I will also recommend Oracle ,try the free version apex.
There is also HSQLDB database management build on JDBC driver.But it is intended for the small databases.
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice on best method for.... shaungoater Java 2D 1 06-23-2008 07:36 PM
Please suggest me the correct approach! rjuyal Advanced Java 6 05-05-2008 02:54 PM
Opinions on best approach for objects spikey Advanced Java 1 04-11-2008 05:20 PM
Checking ResultSet (second approach) Java Tip Java Tips 0 02-09-2008 08:39 PM
Best Jsp book with practical approach Saurabh321 New To Java 0 02-05-2008 08:12 AM


All times are GMT +2. The time now is 03:46 AM.



VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org