--- On Mon, 12/20/10, Lance Norskog <goks...@gmail.com> wrote: > You said: Currently these tables all > live in the same database, but in > the future they may be moved to different servers to scale > out if the > needs arise. > > That's why I concentrated on the JDBC url problem. > > But you can use a file as a list of tables. Read each line, > and a > sub-entity can substitute the line value into the SQL > statement. >
Can you give me an example of how to do this or pointing me to documentation that illustrates this? I think I sorta understand what you're saying conceptually but I need to be sure about the specifics. Thanks.