Results 1 to 6 of 6
- 10-30-2009, 09:48 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 10
- Rep Power
- 0
Java Program Using Databases For Uni Project!
Hi guys
Wondering if anyone could be kind enougth to give me some advice regarding a project i am planning for my final year at uni studying Computer Science.
I have to make a program for a film store which enables the staff to store information regarding customers, films etc.
I have made a program using java which requests customer info (age, name, address, etc) and the same for movies (titles, ratings etc).
I have also created a databse to store the diffrent movies avaliable (movie name, quantity etc) using Access.
The trouble i am having is linking the program to the database for example if i have a GUI which asks for the searched movie title how can i get the java program to interact with the database to retieve data? (i know i will have to use SQL somewhere down the line) but the trouble im having is finding out exactly how to link the database to the program and where to use the SQL coding to perform actions!
Any help will be much appreciated guys.
Thankyou!
Sam :o
- 10-30-2009, 09:56 PM #2
I would suggest taking a course on database's before your final year. It is immensely useful after college. In the mean time, i would look up JDBC and how to use it, and pick a free database server like MySQL or Postgre.
My Hobby Project: LegacyClone
- 10-30-2009, 10:03 PM #3
Member
- Join Date
- Oct 2009
- Posts
- 10
- Rep Power
- 0
Hi
Thanks, im currently taking a module focusing souly on databases and so am gaining an understanding of them.
The project starts in our second semester so im basically preping for it :D
Its just the linking of the database to interact with my program that i have no knowledge of and am trying to gain understanding on how to do this.
:o
-
OP, please no double posts. Cross-post has been closed. Thanks for your cooperation.
- 10-31-2009, 12:16 AM #5
Member
- Join Date
- Oct 2009
- Posts
- 10
- Rep Power
- 0
Sorry, i posted my first comment then realised it was better suited under the netbeans thread.
Wont happen again :D
- 11-01-2009, 04:57 PM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
OOP design and Databases.
By idefix in forum New To JavaReplies: 4Last Post: 10-06-2009, 09:52 AM -
struts 2 and databases
By rantravee in forum Web FrameworksReplies: 1Last Post: 12-23-2008, 06:59 AM -
how to use XML databases
By paty in forum XMLReplies: 3Last Post: 08-16-2008, 12:11 AM -
Recommendation about databases
By tommy in forum JDBCReplies: 2Last Post: 07-28-2007, 05:04 AM -
multiple databases
By varunthecool in forum JDBCReplies: 2Last Post: 07-09-2007, 08:06 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks