Two things first. Let's move this conversation to the turbine-torque-user list. And please send the <project>-schema.xml file you are using to generate the tables and objects described in your email.
-Eric On Thursday, May 9, 2002, at 04:11 AM, Sebastian Galonska wrote: > It is recommended that several persons can belong to several projects. > So I created the following tables: > > ================ > table Project: > --------------------- > id: int > ... > ================ > Table Person: > --------------------- > id: int > name: text > surname: text > ... > ================ > Table Project_Person: > --------------------- > oid_project: int > oid_person: int > > How to access the Persons that are involved in a project? > Another question is about how to implement transactions with Torque. > How can I initiate and how can I finalize a transaction? > Is Torque capable to meet my needs? (Hope yes ;-)). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
