|
A Java Server Insertion to DB
|
Email
|
Submitted on: |
1/3/2015 6:59:00 AM |
By: |
Xolani (from psc cd)
|
Level: |
Beginner |
User Rating: |
By 6 Users |
Compatibility: |
Java (JDK 1.2) |
Views: |
2827 |
|
|
|
|
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.g
Name = 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 ....
|
 |
|
Download article
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come
out every day, so no prevention program can catch 100% of them. For your own safety, please:
- Re-scan downloaded files using your personal virus checker before using it.
- NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
If you don't have a virus scanner, you can get one at many places on the net
including:McAfee.com
|
|
Other 2 submission(s) by this author
|
|
Report Bad Submission
|
Your Vote
|
|
Other User Comments
|
|
There are no comments on this submission. |
Add Your Feedback
Your feedback will be posted below and an email sent to
the author. Please remember that the author was kind enough to
share this with you, so any criticisms must be stated politely, or they
will be deleted. (For feedback not related to this particular article, please
click here instead.)
To post feedback, first please login.
|