XML MySQL connectivity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • healthsp
    New Member
    • Apr 2007
    • 1

    XML MySQL connectivity

    I have a JSP page where I will be entering data . On clicking the submit button,I want this data to go to the database. I want to do it through XML...

    Any one please help me how to solve this issue...
  • numedia
    New Member
    • May 2007
    • 1

    #2
    I'm looking for the same solution! I want to allow an existing form to submit data in XML to mySQL...

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      XML is not a programming language. To do what you want in JSP, just use Java.

      Comment

      Working...