-
Java Source Code
-
Basic Student Information System
Submitted by
blacklisted on Saturday, May 8, 2010 - 11:47.
This is just a basic information system/application in java..
The capability to search,add and update records is available on the program.
I used the AWT package for this, so mejo friendly yung kanyang interface.
I also used the MS Access for my databse and SQL for the queries.
in order to run the project,
You must first connect your database to the DataSources(ODBC)
Instructions:
1.Open Control Panel
2 Click Administrative Tools
3.Open DataSources(ODBC)
4.Click the Add button the select Microsoft Access Driver(*mdb) the click Finish
5.On the Dialog window, fill the Data SOurce Name field with the name of the databse, and that is Students.
6.CLick the select button to browse the database
7.After browsing,click the Advanced button
8.Fill the Login name field with "anonymous" and on the Password field "guest" > Click OK > Apply > OK
After that you're done.
You may now open the Netbeans installed in your PC.
Just run the Main Class. (shift + f6).
Hope it helps you a lot. . . make programming fun! enjoy coding.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.