Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: starting to make a simple database

  1. #1
    Java kindergarten chronoz13's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    659
    Thanks
    177
    Thanked 30 Times in 28 Posts

    Default starting to make a simple database

    oh my god.. didnt expect to put myself in this situation...


    1.) how to make a simple data base using JavaDB
    2.) what objects and classes should i use?
    3.) how can i connect THAT database into my .jar program
    4.) what IDE should i use?

    NOTE: i dont have any as in ANY IDEA how to make a simple database for my program..,
    i dont have any experience in MSaccess, nor sql, nor oracle..

    i need this one for my project in System Analysis and Design... i will pass this in our finals.. 3 months to be precise.. i still have time to study and construct this idea step-by-step..

    regarding with the program... i dont have any problems with storing the basic information in an array, such as name, ID, gender,, etc...... i just need to know how to do this part....

    this is too much for asking a help.. but what is this?>> Java DB
    please help me.......
    Last edited by chronoz13; January 14th, 2010 at 10:47 AM.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: starting to make a simple database

    This link might provide some good stuff to start with (Lesson: JDBC Basics (The Java™ Tutorials > JDBC(TM) Database Access)). I've only worked with MySQL databases, but never together with java. If I ever went that route this would be where I'd start. Hope this helps

  3. The Following 2 Users Say Thank You to copeg For This Useful Post:

    chronoz13 (January 16th, 2010), Json (January 20th, 2010)

Similar Threads

  1. how to make a simple JButton on a JFrame window?
    By chronoz13 in forum AWT / Java Swing
    Replies: 8
    Last Post: November 20th, 2009, 10:08 PM
  2. Help starting program, need done by Nov 4
    By raidcomputer in forum What's Wrong With My Code?
    Replies: 7
    Last Post: November 4th, 2009, 07:22 PM
  3. Need help starting a program
    By Mickey2315 in forum Java Theory & Questions
    Replies: 2
    Last Post: September 7th, 2009, 02:21 PM
  4. Starting a java programming career
    By oss_2008 in forum The Cafe
    Replies: 3
    Last Post: July 8th, 2009, 07:45 AM
  5. Java program to write game
    By GrosslyMisinformed in forum Paid Java Projects
    Replies: 3
    Last Post: January 27th, 2009, 03:33 PM