|
||
|
||||
|
Hello tyolu.
What database are you using? You will first need to setup the database connection...
__________________
Don't forget to add code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
| Sponsored Links |
|
||||
|
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 code tags around your code: ![]() Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|