on 2002/12/9 6:44 AM, "Lach, Thierry" <[EMAIL PROTECTED]> wrote:
> Making the list database specific would run the risk of allowing
> development against one database but not allowing deployment against a
> different one.
For the implementation, what you do is this:
reserved.oracle.properties
reserved.mysql.properties
reserved.db2.properties
Then you concatenate the files together (either in code or on the
filesystem) and essentially have a:
reserved.all.properties
Then, you can validate against one or all of the files.
-jon
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>