Find attached the torque schema for the simple coffees database table for the DatabaseBrowser example and a script to populate an oracle database. I needed to do this since I am using oracle for everything instead of hypersonic and thought it might be useful to include in the distribution.
They can be merged like the mysql calendar script does it or whatever. Didn't have the time to figure out if torque can create the populate scripts for you as well or how to do it, just grabbed the insert statements from the hypersonic jetspeed.script. -tk
coffees-schema.xml
Description: application/xml
INSERT INTO COFFEES VALUES('ColombianGrade',5,7.99,1,2);
INSERT INTO COFFEES VALUES('KonaGrade',6,8.99,1,2);
INSERT INTO COFFEES VALUES('FrenchRoastGrade',7,7.66,1,2);
INSERT INTO COFFEES VALUES('HazelNutGrade',8,9.99,1,2);
INSERT INTO COFFEES VALUES('VanillaGrade',9,9.99,1,2);
INSERT INTO COFFEES VALUES('JavaGrade',10,6.99,1,2);
INSERT INTO COFFEES VALUES('IndonesianGrade',11,7.99,1,2);
INSERT INTO COFFEES VALUES('OotyGrade',1,7.99,1,2);
INSERT INTO COFFEES VALUES('KenyanGrade',2,9.99,1,2);
INSERT INTO COFFEES VALUES('JoeGrade',3,5.99,1,2);
INSERT INTO COFFEES VALUES('CantThinkOfAnymoreGrade',4,1.99,1,2);
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
