in reply to Re: How to interpolate sql-output
in thread How to interpolate sql-output
I think a "dynamic form-maker" is a sensible thing to build, but the typical approach for that would be a tool that allows the author/admin person to create a page layout with some inventory of elements to present the end-users with suitable instructions, input methods, and displays of results.
Throughout the authoring process, maintain a set of labels (simple strings) for identifying the specific inputs-from and outputs-to the end-user. The labels can be tracked in the database in whatever way makes sense for the application; the script can use the labels as hash keys for storing whatever the script needs for mediating between the user and the database - subroutine refs, data structures, query strings, etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to interpolate sql-output
by Seq (Novice) on Jan 14, 2015 at 12:42 UTC |