select « Database « JSP-Servlet Q&A





1. how to reload my select element of html from database in java    stackoverflow.com

Actually wat I need is: I have submitted some data in database from a html form. Then I have to load one column of that data in select tag of another ...

2. how to retrieve multiple values from database to jsp option tag    stackoverflow.com

I have created a table in access with the field name "CATEGORY"....It has multiple values... In my JSP page, i need to retrieve all the values from the "CATEGORY" field and make ...

3. Want to get data select from database outside while loop seperated by commas    stackoverflow.com

I am using jsp and mysql in my project. In this project I want to get the selected data from database after the while() loop seperated by commas in following way:

a,b,c,d,
The ...

4. Why can't I select mysql'data?    coderanch.com

5. how to populate optional values got from database in the SELECT BOX    coderanch.com

<%@ page import="java.util.Enumeration" %> <%@ page import="java.util.Vector" %> <%@ page import="java.util.*" %> <%@ page import="java.lang.*" %> <%@ page import="java.sql.*" %> <%@ page import="beans.register2" %> <% String base = (String) session.getAttribute("base"); registerbn.setDburl((String)session.getAttribute("dbUrl")); registerbn.setDbuser((String)session.getAttribute("dbUserName")); registerbn.setDbpasswd((String)session.getAttribute("dbPassword")); System.out.println("Inside jsp - setMembers of promotion successful"); registerbn.setMembers(); System.out.println("after setting"); %> <% String action=request.getParameter("action"); %> TIFR INTRANET ...

7. Populating one drop-down with DB values on the basis of the selection of another.    coderanch.com

Hi, I have one JSP containing around 27-28 form elements on it. They include 2 drop-down boxes also. I have a requirement to populate one of those boxes with database values on the basis of the selection made in the other box. Sounds fine as yet. But to do that I do not want to submit the whole form as loading ...

8. Urgent please! JSP/database : select List for 20,000 rows ?    coderanch.com

Alex, Thanks for quick response. I am buiding a SELECT LIST (DROP DOWN), thru query with a database. This list is a list of Corporate Customers. Actually I have two frames. In One frame I have few SELECT LISTs i a FORM , and based on selected values, I have to query the database and display the results in next frame. ...

9. selecting from oracle via servlets    coderanch.com





10. Getting values in Select from db    coderanch.com