⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 @psc_readme_3299_2.txt

📁 A Java Server Insertion to DB
💻 TXT
字号:
Title: A Java Server Insertion to DB
Description: This is a simple code that add a UserName and PassWord to a table "Access" through ODC connection.1.First I created the HTML form with two fields with an action that sends the data to the "AddUserDbd.jsp" ...2. "AddUserDbd.jsp" initialize the connection and two functions "OpenConnection" and "InsertUsers(,,)" 3. getParameter is used to read the fields from ny HTML form e.gName = request.getParameter("userName"); Password = request.getParameter("passWord");and both Paramenters are then iserted into the function InsertUsers(Name,Password);see the code to understand .. to be able to run this code please read about tomcat on sun's website and follow instruction carefully ....	
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=3299&lngWId=2

The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -