d_i_r_t_y has asked for the wisdom of the Perl Monks concerning the following question:
The primary intention of this would be to be able to specify, within this XML schema document, rules/regular expressions which define what values are allowed to be inserted into each column/field in the database.
I am presently looking into this kind of approach for an web-based, data-entry/display application. on the surface, this seems like a nice approach -- abstracting the syntactical validation of user input and (eventually) the data representation in a configurable file. However, i can't help feeling like someone must have done something like this before... though so far my searches have come to nought.
Would anyone have any links or advice as to whether this is a good idea? there may be a new cpan module brewing...
thanks,
d_i_r_t_y
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: representing database schema in XML
by abw (Initiate) on Jan 05, 2001 at 19:16 UTC | |
Re: representing database schema in XML
by adamsj (Hermit) on Jan 05, 2001 at 06:46 UTC | |
by clemburg (Curate) on Jan 05, 2001 at 14:24 UTC | |
by gildir (Pilgrim) on Jan 05, 2001 at 19:09 UTC | |
by d_i_r_t_y (Monk) on Jan 06, 2001 at 05:46 UTC |