Is there a way to update multiple databases on multiple servers at once? e.g. I have identical databases on a few different servers and I made a form in jsp where I select the servers with checkboxes, then enter the info to insert, then submit. I've tested it out and it updates successfully, but when I select multiple servers, it just updates whatever server is first on the list. Would this be my syntax in how I went about selecting the servers in the code or is there something special I need to do to connect to them all at once? Thanks.