Hi all, I am new to JSP. What I'm trying to do is to create a system in JSP for mySQL entries. I have some code for the actual insertion and I made a form for somebody to type the info in for the table. Now here is what I'm trying to do.. I have multiple servers each with its own db to connect to. I was thinking I could I make a drop-down box with the server names, have the user choose a server, then type in the information they want inserted through the forms to the db. If so, would a switch statement work to actually go about handling how to choose a server? (e.g. once they choose a server from the drop-down box, the IP address to that particular server will be used). Hope this makes sense.