CompanyWeb SQL

2006-11-12 Thread Willian Yabusame Maja
Hi! I'm doing a basic How To and I'm using the CompanyWeb sample. But I would like to use Mysql instead of Derby. Does anyone has the tables Sql? Willian

Re: CompanyWeb SQL

2006-11-12 Thread Luciano Resende
me know if this helps, and don't hesitate in asking questions... If you need help finishing the SQL, let me know... Companyweb SQL CREATE PROCEDURE GETNAMEDCOMPANY () LANGUAGE JAVA EXTERNAL NAME ' org.apache.tuscany.das.rdb.test.framework.JavaStoredProcs.getNamedCompany' PARAMETER

Re: CompanyWeb SQL

2006-11-12 Thread Jim Marino
something like : mysql -u root -p setup.sql Please let me know if this helps, and don't hesitate in asking questions... If you need help finishing the SQL, let me know... Companyweb SQL CREATE PROCEDURE GETNAMEDCOMPANY () LANGUAGE JAVA EXTERNAL NAME

Re: CompanyWeb SQL

2006-11-12 Thread Brent Daniel
You can find the create table statements for all of the tables used in DAS testing, including the company table used by companyweb, in org.apache.tuscany.das.rdb.test.framework.MySQLSetup. Brent On 11/12/06, Willian Yabusame Maja [EMAIL PROTECTED] wrote: Hi! I'm doing a basic How To and I'm