@psc_readme_3299_2.txt

来自「A Java Server Insertion to DB」· 文本 代码 · 共 13 行

TXT
13
字号
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 + =
减小字号Ctrl + -
显示快捷键?