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: Databases beginner

  1. #1
    Member
    Join Date
    May 2013
    Posts
    165
    Thanks
    58
    Thanked 1 Time in 1 Post

    Default Databases beginner

    I have a program which simulates buying and selling, at the moment I have a couple of buttons which simulate the buying and selling of a couple of products, though I am thinking of extending this concept to have a database which stores a greater variety of products which can be called by the program. How can I implement/create a database in Java?

    --- Update ---

    I'll try something files based instead.


  2. #2
    Member
    Join Date
    Nov 2013
    Location
    Bangalore, India
    Posts
    70
    My Mood
    Cool
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default Re: Databases beginner

    Through Java you can access database using JDBC but not create DB. Do post if you have problems with files approach.

Similar Threads

  1. Just started messing with databases
    By pbj in forum JDBC & Databases
    Replies: 6
    Last Post: July 24th, 2013, 02:20 AM
  2. export databases
    By faisalanugrah in forum JDBC & Databases
    Replies: 4
    Last Post: July 17th, 2012, 09:24 AM
  3. Samples to Connect Different Databases
    By dblog616 in forum JDBC & Databases
    Replies: 0
    Last Post: July 13th, 2012, 03:22 PM
  4. Replies: 0
    Last Post: May 11th, 2012, 10:01 PM
  5. Please help! Databases and GUI
    By beebee007 in forum AWT / Java Swing
    Replies: 2
    Last Post: April 14th, 2012, 04:19 PM