• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

starting to make a simple database

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oh my god.. I 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..

well 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....

please i need some help
 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First hit on google
 
Bartender
Posts: 1952
7
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This would be a good place to start reading up on the basics of JavaDB: http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javadb/
If you need some help with the SQL data definition and data manipulation syntax and concepts, have a look here: http://www.w3schools.com/SQl/default.asp
A quick tutorial on the use of the JDBC API might also be useful: http://java.sun.com/docs/books/tutorial/jdbc/index.html
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jelle Klap has given some useful links. I am moving this thread to our databases forum.
 
jhon max
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks guys! im statisfied with this... anyway sorry for not posting this topic in the right forum....
 
reply
    Bookmark Topic Watch Topic
  • New Topic