about mySQL and jsp pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vini123
    New Member
    • Nov 2006
    • 1

    about mySQL and jsp pages

    hello,

    i want to control the table in mySQL through the jsp page, i.e. if i am increasing the column number in the table on the jsp page, it should reflect in the mySQL table, so what should be the approach and how to do it?
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by vini123
    hello,

    i want to control the table in mySQL through the jsp page, i.e. if i am increasing the column number in the table on the jsp page, it should reflect in the mySQL table, so what should be the approach and how to do it?
    Hi there,

    As a starter i think you need to learn a little bit of JSP / JAVA programming, get control of data handling, i.e insertion/deletion/modification.

    Kindly refer to below attached link, it has tonnes of samples to learn from, hope it helps. Good dluck & Take care.

    JSP Index Resources

    Comment

    Working...