Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Access Database using JQuery and Servlet

$
0
0
Can I use jquery together with servlet to access my database(Database: MYSQL)?

Actually I have built a HTML page and embedded that HTML file to servlet. Now I want to know, how can I access my database against event generated on HTML page. For example, I have two ComboBox, viz. State and City. When user selects any "state"(any item) then corresponding cities gets automatically loaded in next ComboBox("State"), from/uing database. How to achieve this?

Viewing all articles
Browse latest Browse all 51036

Trending Articles