ADVANTAGE: I'm trying to think of one. Oh, yeah:
if you use Visual Interdev 6, you can use a "Design
Time Control" and do almost no coding.
DISADVANTAGE: Complex. Hard to understand what
is REALLY going on. Well, if you are a Java person,
maybe the Java solution isn't really hard, but at best
we are talking learning how to use JDBC.
DISADVANTAGE: You can NOT use a standard HTML
<SELECT> drop down list. (Well, with Java you *could*,
by communicating between Java and JavaScript...but that's
more complex than even a pure Java solution.)
DISADVANTAGE for (2.a) AND (2.b): An extra round trip
to the server for each new "box 2" drop down list.