I?ll like to know if anybody has mapped 3 tables into another using OJB.

I?ve 3 tables ( groups, repositories and actions) and a permissions table
with 3 fk, one from group, one from repositories and another from actions.
OJB throws a lot of errors when I try to select rows from permissions.

I know that parmissions table can break in two tables, one for
repositories_actions and another for groups_(repositories_actions), but i
think is better one table than two.

Any idea?

CGreetings.
Jose Galiana




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to