Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Develop a form based front end for a video rental system and inventorying database using a combination of JDBC commands, SQL, and Swing GUI components to allow users to query, insert, update and delete records using a simple graphical user interface. The basic system is composed of three linked tables: a videos table, a rental table, and a customer table....

Can anyone help in this code..it is very difficult
Posted
Updated 23-May-13 21:59pm
v2
Comments
Prasad Khandekar 24-May-13 1:27am    
What help do you seek? Do you want a CP member to write this for you. I am afraid it does not work that way on this forum. You need to share the code with which you have tried and stuck, then somebody will guide you to correct that.

Regards,

You can start with the JDBC[^] and Swing[^] tutorials.
 
Share this answer
 
Actually it isn't very difficult. It is a pretty 'typical' applicvation: Java GUI interating with SQL via JDBC drivers. As precondition you should study Java and SQL (and a bit of JDBC). Afterwards you might find many many examples of similar applications on the web.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900