I have two completely separate projects which will both be storing/accessing data from the same database (different tables). I would like to use Torque's built-in idBroker for both projects, but when I try to execute the SQL to setup the ID_TABLE for the second project, I found that Torque began numbering the ID_TABLE_ID column back at 1 for the second project, so it won't execute the SQL because there are already entries for ID_TABLE_ID = 1 (and 2, and 3, and 4...). How can I have two separate idBrokers working in one database?
I know that the ID_TABLE is just another XML schema that I could rename and generate new SQL for, but I'm not sure how to make Torque look to that ID_TABLE for the second project. Is this the way to go, or is there another way? Thanks! Tobin Juday Software Engineer proud graduate of The Ohio State University [EMAIL PROTECTED] Phone: 614.564.4192 Pager: 877.546.0103 The #1 Way to Pay Online http://www.mycheckfree.com -- To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>
