Skip to main content

cs506 assignment No: 01 solution fall 2017

Assignment No. 02
Semester: Fall 2017
CS506 – Web Design and Development


Uploading instructions:

Your assignment should be in .zip /.rar format.
Save your assignment with your ID (e.g. bc000000000.rar).
No assignment will be accepted through email.

Rules for Marking:

It should be clear that your assignment will not get any credit if:

The assignment is submitted after due date.
The submitted assignment does not open, execute or file is corrupted.
Your assignment is copied from internet, handouts or from any other student (Strict disciplinary action will be taken in this case).
Do not put any query on MDB about this assignment, if you have any query then email at cs506@vu.edu.pk.



Note: Furthermore, if any student found cheating from any other student or from online forums then he/she will be awarded ZERO right away and strict disciplinary action will be taken against the student.

Deadline: Your assignment must be uploaded/submitted on or before 24th November 2017.
Important Regarding Submission:

                                                                       After completing your code, execute your java file(s) and take the screenshot of the output/result. Now, compress your code, database file and screenshot of the output using winzip or winrar and upload it on VULMS.

Question No: 01
                           Create a new database in MS Access and add a table in the database. The name of database should be same as your own VU ID (like BC0000000) and the name of table should be Student. Student table will have four attributes i.e. ID, NAME, ADDRESS and PROGRAM.

Now, design a graphical user interface in java as given below (You must have to mention your own VU ID in title as shown in screenshot).

Your program should perform following tasks:

1. Add new record in database

Whenever user enters some new data in text fields and clicks “Add Record in Database” button, all the text fields’ data should be stored in Student Table.

2. Search a record from database on the basis of ID and display it on screen

Whenever user enters any ID in text field and clicks “Search Record from Database” button, your program should fetch this record from database. If this ID is available in database then display the record of this ID in the mentioned text fields otherwise show an error message that no such record is available.

Important Regarding Development:

If you are using JDK1.8 or above then you’ll have to use ucanaccess driver to connect to MS Access database. In this case, I'll suggest you to view the following tutorial.


Following links will be helpful in creating new database in MS Access.










                        Click HERE For download

Comments

Popular posts from this blog

VU all subjects mid term past papers

All Subjects Mid Term Solved Past Papers Select Your Subject And Download Mid Term Past Papers (Solved Mega Files). All Computer Science  [CS]  Subjects. CS 101    CS 201    CS 301    CS 302    CS 304    CS 401    CS 402    CS 403    CS 408    CS 501    CS 502    CS 504    CS 506    CS 508   CS 510    CS 601    CS 602    CS 604    CS 605    CS 606    CS 607    CS 609    CS 610    CS 614    CS 615 All Economics  [ECO]  Subjects. Eco 401   Eco 402 Eco 403   Eco 404 All English  [ENG]  Subjects. Eng 101   Eng 201   Eng 301   Eng 401 All Finance  [FIN]  Subjects. Fin 611   Fin 621   Fin 622   Fin 623   Fin 624  ...

CS304 Assignment No: 02 fall 2017

CS304 Object Oriented Programming Assignment No. 02  Instructions: Please read the following instructions carefully before submitting assignment: It should be clear that your assignment will not get any credit if: 1. The assignment is submitted after due date. 2. The assignment is submitted via email. 3. The assignment is copied from Internet or from any other student. 4. The submitted assignment does not open or file is corrupt. 5. It is in some format other than .cpp. Note: You are supposed to submit your assignment in .cpp format. Any other formats like scan images, PDF, zip, doc, rar and bmp etc will not be accepted. All types of plagiarism are strictly prohibited. Objective The objective of this assignment is: 1. To give you the idea of practical implementation of some concepts like, definition of classes, Data members, member functions, Constructors, Composition etc . For any query about the assignment, contact at cs304@vu.edu.pk GOOD ...

CS610 Assignment No: 01 fall 2017

Assignment No. 01 SEMESTER Fall 2017 CS610-Computer Networking Instructions: Please read the following instructions carefully before submitting assignment: You need to use MS word document to prepare and submit the assignment on VU-LMS. It should be clear that your assignment will not get any credit if: 1. The assignment is submitted after due date. 2. The assignment is not in the required format (doc or docx) 3. The submitted assignment does not open or file is corrupt. 4. Assignment is copied (partial or full) from any source (websites, forums, students, etc) Question - 1 Question N0: 01 Suppose we are checking the status of a website of Virtual university i.e. www.vu.edu .pk by using Ping command through DOS. After ping, you will get different type of information. You are required to fill the following table against each information that you will get through ping command on your system. Question N0: 02  Suppose ABC organization...