How can I connect a frevvo form to my database ?
Does frevvo have the ability to persist frevvo's form data to a database as well as initialize it with data from a database.
-
Using the freely distributed (open source) frevvo database connector. One of the best source of information is found in the frevvo documentation which I recommend reading if your are developing a solution:
http://docs.frevvo.com/d/display/frevvo/Connecting+to+your+Database
In a nutshel:
- The database connector sits between your frevvo form and the database.
- You configure the database connector with the SQL statements to execute CRUD operations on your database.
- You build your form using XML Schemas that the database connector will create for you.
- In your form, configure the form Document URIsĀ to point to the database connector.At run time, the form will be initialized with XML returned from the database connector (generated from the result set of a database query) and will update the database when the form is submitted.
As I said, a lot more details in the documentation.
0
Please sign in to leave a comment.
Comments
1 comment