Results 1 to 3 of 3
Thread: New Database Approach Advice
- 12-02-2008, 01:58 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 5
- Rep Power
- 0
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
- 12-02-2008, 02:55 AM #2
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 5
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.
- 12-02-2008, 08:26 AM #3
Similar Threads
-
Advice on best method for....
By shaungoater in forum Java 2DReplies: 1Last Post: 06-23-2008, 07:36 PM -
Please suggest me the correct approach!
By rjuyal in forum Advanced JavaReplies: 6Last Post: 05-05-2008, 02:54 PM -
Opinions on best approach for objects
By spikey in forum Advanced JavaReplies: 1Last Post: 04-11-2008, 05:20 PM -
Checking ResultSet (second approach)
By Java Tip in forum Java TipReplies: 0Last Post: 02-09-2008, 08:39 PM -
Best Jsp book with practical approach
By Saurabh321 in forum New To JavaReplies: 0Last Post: 02-05-2008, 08:12 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks