|
||
|
||||
|
Hello tyolu.
What database are you using? You will first need to setup the database connection...
__________________
Don't forget to add syntax highlighted code tags around your code: [highlight=Java] code here [/highlight] Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
||||
|
Hello tyolu,
Are you putting the returned SQL results in a Resultset? Please post your code for us to see. You will need to do something similar to this with a for loop: Java Code
<select>
<%
for(----)
{
String line = Resultset object
out.print("<option>"+line+" </option>");
}
%>
</select>
__________________
Don't forget to add syntax highlighted code tags around your code: [highlight=Java] code here [/highlight] Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|