On 02.07.2004 15:45, Colin Paul Adams wrote:
Having explored the CForms binding to an XML file sufficiently, I now want to have the data on a database instead. Does this mean I have to bind to a bean, and have logic in the bean update the database? Or are there other options?
There is no binding cforms 2 sql available, so the bean is probably the way to go. If you implement the logic in the bean or outside the bean is up to you. Many people (me too) are using O2R mapper for this task, instead of implementing the logic themselves. You will find many threads on Hibernate and OJB on this list or info on the wiki.
I also heard that someone bound the form to an XML database like xindice. This is the same as for binding to an XML file, you only need another source.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
