Orbeon Form Data Saving

Posted by sdev on
URL: https://discuss.orbeon.com/Orbeon-Form-Data-Saving-tp3035905.html

Hi,
  I want to save the form control values into a table in database. For example if there are controls like,
  First Name, Last Name and Date of Birth. When I save the form  I want to insert the control values into a table(employee) with fields fname, lname, and DOB respectively. Is this possible? Please help me on this.