in reply to Infer Database Tables from Form GUI

Do you mean you want to somehow determine what a database schema looks like based on html/xforms? I don't know how that can be done, however if you have database access look at SQL::Translator which can help you visualise schemas.

Update: s/scheme/schema/

  • Comment on Re: Infer Database Tables from Form GUI

Replies are listed 'Best First'.
Re^2: Infer Database Tables from Form GUI
by tmaly (Monk) on Jan 06, 2011 at 07:38 UTC
    I have come across some abstracts on this idea on ACM but unfortunately I am not a member. I am going to try to roll my own solution