Free Academic Seminars And Projects Reports
The Implementation of a Web Database using the Approach of Java Database Connectivit - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Project Ideas And Disscussion (https://easyreport.in/forumdisplay.php?fid=32)
+--- Forum: Engineering Project Ideas (https://easyreport.in/forumdisplay.php?fid=33)
+---- Forum: Computer Science Project Ideas (https://easyreport.in/forumdisplay.php?fid=36)
+---- Thread: The Implementation of a Web Database using the Approach of Java Database Connectivit (/showthread.php?tid=8792)



The Implementation of a Web Database using the Approach of Java Database Connectivit - nitya_janu - 08-16-2017

Web database publishing is a new way to publish information electronically. A typical Web database publishing system has a Web browser as its user interface, a database server as its information store, and a Web server connecting the two. The basic idea of this project is to use JDBC to search databases directly from an Internet Web browser. The database is kept on an NT server. JDBC is used to interact with Web pages. This project uses a simple interface to help the administrator update the database on the Web server. Some security issues are discussed also. There are four purposes in this project: 1. To study a real time database system 2. To design a Web-Oriented user interface 3. To discuss Web security 4. To practice network communication