Orbeon Form Data Saving

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Orbeon Form Data Saving

sdev
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.
DL
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon Form Data Saving

DL
I'm a beginner myself .. trawling through examples and docs ..

If you are looking for one example of a contact database look at

xforms-sql-address-book  ... in Web-inf\resources\apps\

to see test apps (you can add your own)

e.g. launch:

http://localhost:8080/orbeon-CE/xforms-sql-address-book/

other than SQL you can use eXist as database.
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon Form Data Saving

sdev
Thanks for your response.
I want the data to be get saved into my table. Actually now I am saving data into database but the data get saved in xml format but I want it as raw data itself for reporting purpose.